aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2024-01-03 21:50:28 +0100
committerJoris2024-01-03 21:50:28 +0100
commitccc1e2cb2e109abe336e712dd5b8afba1c127979 (patch)
treefbc0e3858b8be3ebafa0e1bbbccfa8c94ae6f2c6
parent9d25bbc56ff1d3fe92c6ce596bff0cfc3adbf60e (diff)
downloadmusic-ccc1e2cb2e109abe336e712dd5b8afba1c127979.tar.gz
music-ccc1e2cb2e109abe336e712dd5b8afba1c127979.tar.bz2
music-ccc1e2cb2e109abe336e712dd5b8afba1c127979.zip
Add no woman no cry
-rw-r--r--songs/bob-marley/woman-no-cry.lisp68
1 files changed, 68 insertions, 0 deletions
diff --git a/songs/bob-marley/woman-no-cry.lisp b/songs/bob-marley/woman-no-cry.lisp
new file mode 100644
index 0000000..07c73bc
--- /dev/null
+++ b/songs/bob-marley/woman-no-cry.lisp
@@ -0,0 +1,68 @@
+(song
+ (title "No Woman, No Cry")
+ (from "Bob Marley & The Wailers")
+ (tonality "C")
+
+ (chords
+ (intro
+ ((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)))
+
+ (verse
+ (C G "Am" F)))
+
+ (lyrics
+ (intro)
+
+ (chorus
+ "No woman no cry,
+ No woman no cry.
+ No woman no cry,
+ No woman no cry.")
+
+ (verse
+ "Say I remember, when we used to sit,
+ In the government yard in Trenchtown.
+ Observing the hypocrites,
+ As they would, mingle with the good people we met.
+ Good friends we had, and good friends we lost,
+ Along the way.
+ In this bright future, you can forget your past,
+ So dry your tears I say And,")
+
+ (chorus
+ "No woman no cry,
+ No woman no cry.
+ Hey little darling, don’t shed no tears,
+ No woman no cry.")
+
+ (verse
+ "Say I remember, when we used to sit,
+ In the government yard in Trenchtown.
+ And then Georgie, would make a fire light,
+ As it was, love wood burning through the night.
+ And we would cook, wholemeal porridge,
+ Of which I’ll share with you.
+ My feet is my only carriage,
+ So I’ve got to push on through, but while I’m gone I mean.")
+
+ (bridge
+ "Everything’s going to be alright,
+ Everything’s going to be alright,
+ Everything’s going to be alright,
+ Everything’s going to be alright,
+ Everything’s going to be alright,
+ Everything’s going to be alright,
+ Everything’s going to be alright,
+ Everything’s going to be alright.")
+
+ (chorus
+ "So woman no cry,
+ No woman no cry.
+ Oh my little sister, don’t shed no tears,
+ No woman no cry.")
+
+ (outro)))