diff options
author | Joris | 2024-05-24 22:13:48 +0200 |
---|---|---|
committer | Joris | 2024-05-24 22:13:48 +0200 |
commit | ca7f3eb0d79af90f44582dbbede13ef1abf81436 (patch) | |
tree | a6f4fd8a3904fabc923491b85de3084b4c081435 /songs | |
parent | 0c8f9f8b088ccae1c8453ce81c7adb6c185b3ddd (diff) |
Change default tonality of Stand by me
Diffstat (limited to 'songs')
-rw-r--r-- | songs/ben-e-king/stand-by-me.lisp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/songs/ben-e-king/stand-by-me.lisp b/songs/ben-e-king/stand-by-me.lisp index 5fd9040..ccc5271 100644 --- a/songs/ben-e-king/stand-by-me.lisp +++ b/songs/ben-e-king/stand-by-me.lisp @@ -1,12 +1,12 @@ (song (title "Stand by Me") (from "Ben E. King") - (tonality "G") + (tonality "A") (chords (all - (G % "Eₘ" %) - (C D G %))) + (A % "F♯ₘ" %) + (D E A %))) (lyrics (intro) |