From 82d54823d629c5ed925306d10e90192097a7f80f Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sat, 9 Aug 2025 10:58:57 +0200 Subject: Use 2 lines for Wind Of Change chorus --- songs/scorpions/wind-of-change.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- cgit v1.2.3