diff options
author | Joris | 2024-01-03 00:01:38 +0100 |
---|---|---|
committer | Joris | 2024-01-03 00:01:38 +0100 |
commit | b5292689534c00918675223d1f36174bbf44406f (patch) | |
tree | d2f70d1ce44b3647c143a2f43926a97203e259e0 /songs/ben-e-king | |
parent | 9c71ea5a80eed021cfc1a269a9a176b059eb8d4f (diff) |
Provide tonality and selector to change
Diffstat (limited to 'songs/ben-e-king')
-rw-r--r-- | songs/ben-e-king/stand-by-me.lisp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/songs/ben-e-king/stand-by-me.lisp b/songs/ben-e-king/stand-by-me.lisp index c3537a5..36eca86 100644 --- a/songs/ben-e-king/stand-by-me.lisp +++ b/songs/ben-e-king/stand-by-me.lisp @@ -1,11 +1,12 @@ (song (title "Stand by Me") (from "Ben E. King") + (tonality "G") (chords (all - (A % "F♯m" %) - (D E A %))) + (G % "Em" %) + (C D G %))) (lyrics (intro) |