From 6f0169bdb7fb8ba47fda49f458828a89ba7966a6 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 3 Jan 2024 22:26:26 +0100 Subject: Fix no woman no cry chords --- songs/bob-marley/woman-no-cry.lisp | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'songs') diff --git a/songs/bob-marley/woman-no-cry.lisp b/songs/bob-marley/woman-no-cry.lisp index 07c73bc..57ba345 100644 --- a/songs/bob-marley/woman-no-cry.lisp +++ b/songs/bob-marley/woman-no-cry.lisp @@ -5,14 +5,19 @@ (chords (intro - ((C G) ("Am" F) (C F) (C G))) + ((C G) ("Am *" F) (C "F *") (C G))) (chorus - ((C G) ("Am" F) (C F) (C G)) - ((C G) ("Am" F) (C F) (C G))) + ((C G) ("Am *" F) (C "F *") (C G)) + ((C G) ("Am *" F) (C "F *") (C G))) (verse - (C G "Am" F))) + ((C G) ("Am *" F) (C G) ("Am *" F)) + ((C G) ("Am *" F) (C G) ("Am *" F))) + + (bridge + ((C G) ("Am" F) (C G) ("Am" F)) + ((C G) ("Am" F) (C G) ("Am" F)))) (lyrics (intro) -- cgit v1.2.3