diff options
Diffstat (limited to 'songs')
-rw-r--r-- | songs/bob-marley/woman-no-cry.lisp | 13 |
1 files changed, 9 insertions, 4 deletions
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) |