-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathG-chords.json
More file actions
38 lines (38 loc) · 742 Bytes
/
G-chords.json
File metadata and controls
38 lines (38 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"G": {
"notes": ["G", "B", "D"],
"quality": "major"
},
"Gm": {
"notes": ["G", "Bb", "D"],
"quality": "minor"
},
"G7": {
"notes": ["G", "B", "D", "F"],
"quality": "dominant 7th"
},
"Gmaj7": {
"notes": ["G", "B", "D", "F#"],
"quality": "major 7th"
},
"Gm7": {
"notes": ["G", "Bb", "D", "F"],
"quality": "minor 7th"
},
"Gdim": {
"notes": ["G", "Bb", "Db"],
"quality": "diminished"
},
"Gaug": {
"notes": ["G", "B", "D#"],
"quality": "augmented"
},
"Gsus2": {
"notes": ["G", "A", "D"],
"quality": "sus2"
},
"Gsus4": {
"notes": ["G", "C", "D"],
"quality": "sus4"
}
}