diff options
Diffstat (limited to 'songs')
-rw-r--r-- | songs/shania-twain/you-re-the-one.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/songs/shania-twain/you-re-the-one.lisp b/songs/shania-twain/you-re-the-one.lisp index 4411367..2d5741c 100644 --- a/songs/shania-twain/you-re-the-one.lisp +++ b/songs/shania-twain/you-re-the-one.lisp @@ -4,7 +4,7 @@ (tonality "E♭") (chords - ("Intro / Refrain" + ("Intro / Outro" ("E♭" ("A♭" "B♭"))) (verse @@ -22,7 +22,7 @@ (interlude :repeat 2 - ("E♭" ("A♭" "B♭")))) + (("E♭" "A♭") "B♭")))) (lyrics (intro) |