diff options
author | Joris | 2024-01-03 22:26:26 +0100 |
---|---|---|
committer | Joris | 2024-01-03 23:04:25 +0100 |
commit | 6f0169bdb7fb8ba47fda49f458828a89ba7966a6 (patch) | |
tree | f3c6e6e48be078d1c1a08ef51ec409defd74ebd0 /songs | |
parent | ccc1e2cb2e109abe336e712dd5b8afba1c127979 (diff) |
Fix no woman no cry chords
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) |