|
bash
python3 chord_identifier.py <和弦名称>
示例:
python3 chord_identifier.py Cmaj7
→ Cmaj7
音符:C, E, G, B
bash
python3 chord_identifier.py <和弦名称> --diagram
bash
python3 chord_identifier.py --identify <音符1> [音符2] ...
示例:
python3 chord_identifier.py --identify C E G B
→ 结果:
• Cmaj7
bash
python3 chord_identifier.py --inversion <和弦名称>
示例:
python3 chord_identifier.py --inversion C7
→ C7 转位:
原位:C, E, G, A#
第一转位:E, G, A#, C
第二转位:G, A#, C, E
第三转位:A#, C, E, G
bash
python3 chord_identifier.py --drop2 <和弦名称>
Drop2 是一种常见的吉他扩展和弦声部排列:将七和弦的第二高音(纯五度)降低一个八度,产生更开阔的音色。
示例:
python3 chord_identifier.py --drop2 Cmaj7
→ Cmaj7 大七 Drop2 声部排列:
原位:C, E, G, B
Drop2:C, G, B, E
常见吉他指法:
原位:X-3-2-1-1-0 → C,G,B,E
第一转位:X-X-0-2-1-0 → E,C,G,B
...
bash
python3 chord_identifier.py --scale <音阶>
python3 chord_identifier.py --scale <音阶> --diagram
支持的音阶:
示例:
python3 chord_identifier.py --scale C major
→ C Major
音阶:C, D, E, F, G, A, B
公式:实际音高 = 开放和弦音高 + 变调夹品位
快速参考:
| 和弦 | 第1品 | 第2品 | 第3品 | 第4品 |
|---|---|---|---|---|
| C | C#/Db | D | D#/Eb | E |
| G |
支持:
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 guitar-chord-1776191245 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 guitar-chord-1776191245 技能
skillhub install guitar-chord-1776191245
文件大小: 7.44 KB | 发布时间: 2026-4-15 12:28