diff options
Diffstat (limited to 'songs')
-rw-r--r-- | songs/bob-marley/no-woman-no-cry.lisp (renamed from songs/bob-marley/woman-no-cry.lisp) | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/songs/bob-marley/woman-no-cry.lisp b/songs/bob-marley/no-woman-no-cry.lisp index 57ba345..deaaa80 100644 --- a/songs/bob-marley/woman-no-cry.lisp +++ b/songs/bob-marley/no-woman-no-cry.lisp @@ -3,17 +3,33 @@ (from "Bob Marley & The Wailers") (tonality "C") + ; (chords + ; (:templates + ; (A ((C G) (("Am" 1.5) (F 0.5 2)) ((C 2) (F 1.5) (C 0.5)) (C G))) + ; (B ((C G) (("Am" 1.5) (F 0.5 2)) (C G) (("Am" 1.5) (F 0.5 2)))) + ; (C ((C G) ("Am" F) (C G) ("Am" F)))) + + ; (intro A) + ; (chorus A A) + ; (verse B B) + ; (bridge C C)) + (chords (intro - ((C G) ("Am *" F) (C "F *") (C G))) + ((C G) (("Am" 1.5) (F 0.5 2))) + (((C 2) (F 1.5) (C 0.5)) (C G))) (chorus - ((C G) ("Am *" F) (C "F *") (C G)) - ((C G) ("Am *" F) (C "F *") (C G))) + ((C G) (("Am" 1.5) (F 0.5 2))) + (((C 2) (F 1.5) (C 0.5)) (C G)) + ((C G) (("Am" 1.5) (F 0.5 2))) + (((C 2) (F 1.5) (C 0.5)) (C G))) (verse - ((C G) ("Am *" F) (C G) ("Am *" F)) - ((C G) ("Am *" F) (C G) ("Am *" F))) + ((C G) (("Am" 1.5) (F 0.5 2))) + ((C G) (("Am" 1.5) (F 0.5 2))) + ((C G) (("Am" 1.5) (F 0.5 2))) + ((C G) (("Am" 1.5) (F 0.5 2)))) (bridge ((C G) ("Am" F) (C G) ("Am" F)) |