diff options
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♭")) |