aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2024-08-18 14:07:28 +0200
committerJoris2024-08-18 14:07:28 +0200
commita417e9e90036fc17f123511b4eef71c984c5cf5c (patch)
treeadfd499093886395ca39d922d86be40c46d4f966
parentef29df42b3ed21152d8675cc33e6b8f2e1cdbbd4 (diff)
Improve You’re the one songmain
-rw-r--r--songs/shania-twain/you-re-the-one.lisp7
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♭"))