From 57bf8e693727e63e7acc1aa2780c19948dc8de06 Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 5 Apr 2024 20:44:08 +0200 Subject: Represent chords with clearer ascii characters --- songs/joan-baez/here-s-to-you-nicola-and-bart.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'songs/joan-baez') 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 -- cgit v1.2.3