diff options
-rw-r--r-- | songs/scorpions/wind-of-change.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/songs/scorpions/wind-of-change.lisp b/songs/scorpions/wind-of-change.lisp index fb73b28..e99a191 100644 --- a/songs/scorpions/wind-of-change.lisp +++ b/songs/scorpions/wind-of-change.lisp @@ -13,7 +13,8 @@ (verse :repeat 2 - (C "Dₘ" C ("Dₘ" "Aₘ") ((G 2)))) + (C "Dₘ" C ("Dₘ" "Aₘ")) + (((G 2)))) (chorus ((C G) ("Dₘ" G) (C G) ("Dₘ" G)) |