diff options
author | Joris | 2024-04-05 20:44:08 +0200 |
---|---|---|
committer | Joris | 2024-04-05 20:44:08 +0200 |
commit | 57bf8e693727e63e7acc1aa2780c19948dc8de06 (patch) | |
tree | 087d302f194c99e02e2cacd2d1a7abf11329c9e7 /songs/joan-baez | |
parent | aae7e39dc5b5e6c61247fdb5b2b36a2e5a9bcaaa (diff) |
Represent chords with clearer ascii characters
Diffstat (limited to 'songs/joan-baez')
-rw-r--r-- | songs/joan-baez/here-s-to-you-nicola-and-bart.lisp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/songs/joan-baez/here-s-to-you-nicola-and-bart.lisp b/songs/joan-baez/here-s-to-you-nicola-and-bart.lisp index 63a332a..34acba3 100644 --- a/songs/joan-baez/here-s-to-you-nicola-and-bart.lisp +++ b/songs/joan-baez/here-s-to-you-nicola-and-bart.lisp @@ -5,10 +5,10 @@ (chords (all - ((C G) ("Am" G)) - ((C G) ("Am" G)) - (("Em" "Dm7") (G7 C)) - ((C "Dm7") ((E4 1) (E7 1) ("Am" 2))))) + ((C G) ("Aₘ" G)) + ((C G) ("Aₘ" G)) + (("Eₘ" "Dₘ⁷") ("G⁷" C)) + ((C "Dₘ⁷") (("E⁴" 1) ("E⁷" 1) ("Aₘ" 2))))) (lyrics (all |