diff options
author | Joris | 2024-08-18 14:07:28 +0200 |
---|---|---|
committer | Joris | 2024-08-18 14:07:28 +0200 |
commit | a417e9e90036fc17f123511b4eef71c984c5cf5c (patch) | |
tree | adfd499093886395ca39d922d86be40c46d4f966 /songs | |
parent | ef29df42b3ed21152d8675cc33e6b8f2e1cdbbd4 (diff) |
Improve You’re the one songmain
Diffstat (limited to 'songs')
-rw-r--r-- | songs/shania-twain/you-re-the-one.lisp | 7 |
1 files changed, 4 insertions, 3 deletions
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♭")) |