From 98eca7d594960aa616786cbd491b937d50f55499 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 27 Dec 2023 18:21:37 +0100 Subject: First version with 2 songs --- songs/ben-e-king/stand-by-me.lisp | 53 ++++++++++++++++++++++++++++++++ songs/graeme-allwright/petit-garcon.lisp | 45 +++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 songs/ben-e-king/stand-by-me.lisp create mode 100644 songs/graeme-allwright/petit-garcon.lisp (limited to 'songs') diff --git a/songs/ben-e-king/stand-by-me.lisp b/songs/ben-e-king/stand-by-me.lisp new file mode 100644 index 0000000..8ae7f2c --- /dev/null +++ b/songs/ben-e-king/stand-by-me.lisp @@ -0,0 +1,53 @@ +(song + (title "Stand by Me") + (from "Ben E. King") + + (chords + (all + (A % "F♯m" %) + (D E A %))) + + (lyrics + (intro) + + (verse + "When the night, has come, + And the land is dark, + And the moon, is the only, light we’ll see. + No I won’t, be afraid, + Oh I won’t, be afraid, + Just as long, as you stand, stand by me.") + + (chorus + "So darlin’ darlin’ stand, by me, + Oh stand, by me, + Oh stand, + Stand by me, stand by me.") + + (verse + "If the sky, that we look upon, + Should tumble and fall. + Or the mountains, should crumble, to the sea. + I won’t cry, I won’t cry, + No I won’t, shed a tear, + Just as long, as you stand, stand by me.") + + (chorus + "And darlin’ darlin’ stand, by me, + Oh stand, by me, + Woah stand now, + Stand by me, stand by me.") + + (interlude) + + (chorus + "Darlin’ darlin’ stand, by me, + Oh stand, by me, + Oh stand now, + Stand by me, stand by me.") + + (verse + "Whenever you’re in trouble won’t you stand, by me? + Oh stand, by me + Woah just stand now, + Oh stand, stand by me."))) diff --git a/songs/graeme-allwright/petit-garcon.lisp b/songs/graeme-allwright/petit-garcon.lisp new file mode 100644 index 0000000..1476eb9 --- /dev/null +++ b/songs/graeme-allwright/petit-garcon.lisp @@ -0,0 +1,45 @@ +(song + (title "Petit Garçon") + (from "Graeme Allwright") + + (chords + (verse + (G D C D7) + ("G / G7" "C / C-" "G / D7" G)) + + (chorus + (D7 % C G) + (Em "Em / A7" "A7 / D7" D7))) + + (lyrics + (intro) + + (verse + "Dans son manteau, rouge et blanc, + Sur un traîneau, porté par le vent, + Il descendra, par la cheminée, + Petit garçon il est l’heure d’aller se coucher.") + + (chorus + "Tes yeux se voilent, + Écoute les étoiles. + Tout est calme, reposé, + Entends-tu les clochettes tintinnabuler ?") + + (verse + "Et demain matin, petit garçon, + Tu trouveras, dans tes chaussons, + Tous les jouets, dont tu as rêvé, + Petit garçon il est l’heure d’aller se coucher.") + + (chorus + "Tes yeux se voilent, + Écoute les étoiles, + Tout est calme, reposé, + Entends-tu les clochettes tintinnabuler ?") + + (verse + "Et demain matin, petit garçon, + Tu trouveras dans tes chaussons, + Tous les jouets dont tu as rêvé, + Petit garçon il est l’heure d’aller se coucher."))) -- cgit v1.2.3