aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2024-01-03 22:26:26 +0100
committerJoris2024-01-03 23:04:25 +0100
commit6f0169bdb7fb8ba47fda49f458828a89ba7966a6 (patch)
treef3c6e6e48be078d1c1a08ef51ec409defd74ebd0
parentccc1e2cb2e109abe336e712dd5b8afba1c127979 (diff)
downloadmusic-6f0169bdb7fb8ba47fda49f458828a89ba7966a6.tar.gz
music-6f0169bdb7fb8ba47fda49f458828a89ba7966a6.tar.bz2
music-6f0169bdb7fb8ba47fda49f458828a89ba7966a6.zip
Fix no woman no cry chords
-rw-r--r--songs/bob-marley/woman-no-cry.lisp13
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)