We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1897b commit cbf8c2cCopy full SHA for cbf8c2c
1 file changed
chords.py
@@ -24,6 +24,8 @@
24
prog_maj = [
25
"I I IM-5 IM-5 IV IV V Vsus2 =Joyful Triumphant",
26
"I I IV iii =Hopeful Nostalgic",
27
+ "I I7 Idom7 I7 =Relaxed Playful",
28
+ "I I7 Idom7 IV =Relaxed Nostalgic",
29
"I iii IV vi =Romantic Nostalgic",
30
"I iii vi Isus4 =Tender Spiritual",
31
"I iii vi IV =Romantic Hopeful",
@@ -159,6 +161,7 @@
159
161
"I bVIIM IV V =Joyful Triumphant",
160
162
"I bVIM I bIIM =Surprised Mysterious",
163
"I bVIM IV bIIIM bVIIM =Mysterious Nostalgic",
164
+ "I I7 Idom7 IV ivm I =Relaxed Nostalgic",
165
"I IIIM vi V =Joyful Hopeful",
166
"I IIM iii V6 =Surprised Triumphant",
167
"I IIM IV I =Joyful Triumphant",
0 commit comments