From a417e9e90036fc17f123511b4eef71c984c5cf5c Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 18 Aug 2024 14:07:28 +0200 Subject: Improve You’re the one song --- songs/shania-twain/you-re-the-one.lisp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'songs') diff --git a/songs/shania-twain/you-re-the-one.lisp b/songs/shania-twain/you-re-the-one.lisp index 67a4b9f..e8f4d8e 100644 --- a/songs/shania-twain/you-re-the-one.lisp +++ b/songs/shania-twain/you-re-the-one.lisp @@ -5,18 +5,19 @@ (chords ("Intro / Outro" - ("E♭" ("A♭" "B♭"))) + (("E♭" "E♭/G") ("A♭" "B♭"))) (verse :repeat 3 - ("E♭" ("A♭" "B♭"))) + (("E♭" "E♭/G") ("A♭" "B♭"))) (pre-chorus :repeat 2 (("E♭" "A♭") "B♭")) (chorus - :repeat 2 + (("E♭" "A♭") ("Fₘ" "B♭")) + (("E♭" "A♭") ("B♭" "A♭")) (("E♭" "A♭") ("Fₘ" "B♭")) (("E♭" "A♭") "B♭")) -- cgit v1.2.3