diff options
author | Joris Guyonvarch | 2025-08-09 10:58:57 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2025-08-09 10:58:57 +0200 |
commit | 82d54823d629c5ed925306d10e90192097a7f80f (patch) | |
tree | cdfe474d6144da8c8ac5ff1ea747a889b7e8ec4d | |
parent | a3b35fbea8d800804375a26921d01cc71c1a5cc1 (diff) |
Use 2 lines for Wind Of Change chorusmain
-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)) |