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/bob-marley/no-woman-no-cry.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'songs/bob-marley/no-woman-no-cry.lisp') diff --git a/songs/bob-marley/no-woman-no-cry.lisp b/songs/bob-marley/no-woman-no-cry.lisp index 80bb213..f696abf 100644 --- a/songs/bob-marley/no-woman-no-cry.lisp +++ b/songs/bob-marley/no-woman-no-cry.lisp @@ -5,21 +5,21 @@ (chords (intro - ((C G) (("Am" 1.5) (F 0.5 2))) + ((C G) (("Aₘ" 1.5) (F 0.5 2))) (((C 2) (F 1.5) (C 0.5)) (C G))) (chorus :repeat 2 - ((C G) (("Am" 1.5) (F 0.5 2))) + ((C G) (("Aₘ" 1.5) (F 0.5 2))) (((C 2) (F 1.5) (C 0.5)) (C G))) (verse :repeat 4 - ((C G) (("Am" 1.5) (F 0.5 2)))) + ((C G) (("Aₘ" 1.5) (F 0.5 2)))) (bridge :repeat 4 - ((C G) ("Am" F)))) + ((C G) ("Aₘ" F)))) (lyrics (intro) -- cgit v1.2.3