-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBb-chords.json
More file actions
38 lines (38 loc) · 761 Bytes
/
Bb-chords.json
File metadata and controls
38 lines (38 loc) · 761 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
{
"Bb": {
"notes": ["Bb", "D", "F"],
"quality": "major"
},
"Bbm": {
"notes": ["Bb", "Db", "F"],
"quality": "minor"
},
"Bb7": {
"notes": ["Bb", "D", "F", "Ab"],
"quality": "dominant 7th"
},
"Bbmaj7": {
"notes": ["Bb", "D", "F", "A"],
"quality": "major 7th"
},
"Bbm7": {
"notes": ["Bb", "Db", "F", "Ab"],
"quality": "minor 7th"
},
"Bbdim": {
"notes": ["Bb", "Db", "E"],
"quality": "diminished"
},
"Bbaug": {
"notes": ["Bb", "D", "F#"],
"quality": "augmented"
},
"Bbsus2": {
"notes": ["Bb", "C", "F"],
"quality": "sus2"
},
"Bbsus4": {
"notes": ["Bb", "Eb", "F"],
"quality": "sus4"
}
}