Skip to content

Commit 66e77e9

Browse files
committed
pop/rock progressions, under the bridge
1 parent 808f97d commit 66e77e9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

chords.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (c) 2019-2025 Ludovic Drolez
3+
# Copyright (c) 2019-2026 Ludovic Drolez
44

55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -69,6 +69,7 @@
6969
"V vi IV I =Hopeful Romantic",
7070
"vi ii V I =Hopeful Romantic",
7171
"vi IV I V =Hopeful Romantic",
72+
"vi IV iii V =Hopeful Romantic",
7273
"vi V IV V ii V I I =Triumphant Hopeful",
7374
"vi V IV V =Romantic Hopeful",
7475
]
@@ -167,6 +168,7 @@
167168
"I I7 I9 IV ivm =Romantic Nostalgic",
168169
"I I7 Idom7 IV ivm I =Relaxed Nostalgic",
169170
"I I7 Idom7 IV ivm I ivm6 Vdom7 =Relaxed Romantic",
171+
"I im bVII6 bVIM =Nostalgic Mysterious",
170172
"I IIIM vi V =Joyful Hopeful",
171173
"I IIM iii V6 =Surprised Triumphant",
172174
"I IIM IV I =Joyful Triumphant",
@@ -176,6 +178,7 @@
176178
"I ivm bIIIM bVIIM =Mysterious Nostalgic",
177179
"I V bVIIM IV =Triumphant Rebellious",
178180
"I V ivm bVIM =Surprised Mysterious",
181+
"I vi bVIM V =Surprised Mysterious",
179182
"I5 iii II5 #IVm IV5 vi V5 viim =Excited Triumphant",
180183
"ii bIIM I bVIIM =Mysterious Rebellious",
181184
"ii bVIIM7 I =Hopeful Triumphant",
@@ -184,13 +187,15 @@
184187
"im bIIIM bVIIM IV =Romantic Nostalgic",
185188
"im bIIIM bVIM V =Mysterious Triumphant",
186189
"im bIIIM IV bVIM =Mysterious Hopeful",
190+
"im bIIIM IV V =Mysterious Triumphant",
187191
"im bIIIsus2 IV =Mysterious Hopeful",
188192
"im bIIM bIIIM bIIM =Mysterious Dark",
189193
"im bIIM biim6 ivm =Mysterious Tender",
190194
"im bIIM im7 bviim =Mysterious Spiritual",
191195
"im bIIM ivm IIIM bIIM ivm IIIM IIIM =Mysterious Nostalgic",
192196
"im bIIM vm im7 =Mysterious Dark",
193197
"im bVIIM bIIM vm =Mysterious Rebellious",
198+
"im bVIIM IV im =Nostalgic Mysterious",
194199
"im bviim bVIM bIIM =Mysterious Hopeful",
195200
"im bVIM ivm V =Triumphant",
196201
"im ii vm IV =Nostalgic Hopeful",

0 commit comments

Comments
 (0)