diff options
author | Joris | 2024-08-17 22:00:41 +0200 |
---|---|---|
committer | Joris | 2024-08-17 22:00:41 +0200 |
commit | 9660cb0eac5377caefacd3af94375331b9501a1d (patch) | |
tree | 63d2403c16a8a898da7bb161eb801e30ba74879f /songs | |
parent | d5a44f8d24086f85e14a7e28c43b83a0e148f502 (diff) |
Fix missing lyrics for Shania Twain
Diffstat (limited to 'songs')
-rw-r--r-- | songs/shania-twain/you-re-the-one.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/songs/shania-twain/you-re-the-one.lisp b/songs/shania-twain/you-re-the-one.lisp index 2d5741c..67a4b9f 100644 --- a/songs/shania-twain/you-re-the-one.lisp +++ b/songs/shania-twain/you-re-the-one.lisp @@ -22,7 +22,7 @@ (interlude :repeat 2 - (("E♭" "A♭") "B♭")))) + (("E♭" "A♭") "B♭"))) (lyrics (intro) |