-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGb-chords.json
More file actions
38 lines (38 loc) · 768 Bytes
/
Gb-chords.json
File metadata and controls
38 lines (38 loc) · 768 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
{
"Gb": {
"notes": ["Gb", "Bb", "Db"],
"quality": "major"
},
"Gbm": {
"notes": ["Gb", "A", "Db"],
"quality": "minor"
},
"Gb7": {
"notes": ["Gb", "Bb", "Db", "Fb"],
"quality": "dominant 7th"
},
"Gbmaj7": {
"notes": ["Gb", "Bb", "Db", "E"],
"quality": "major 7th"
},
"Gbm7": {
"notes": ["Gb", "A", "Db", "Fb"],
"quality": "minor 7th"
},
"Gbdim": {
"notes": ["Gb", "A", "C"],
"quality": "diminished"
},
"Gbaug": {
"notes": ["Gb", "Bb", "D"],
"quality": "augmented"
},
"Gbsus2": {
"notes": ["Gb", "Ab", "Db"],
"quality": "sus2"
},
"Gbsus4": {
"notes": ["Gb", "B", "Db"],
"quality": "sus4"
}
}