From 43b46b17fc1d12170549702206bc0060f5f8c265 Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 5 Jan 2024 21:21:24 +0100 Subject: Add Here’s to you Nicola and Bart from Joan Baez --- songs/joan-baez/here-s-to-you-nicola-and-bart.lisp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 songs/joan-baez/here-s-to-you-nicola-and-bart.lisp (limited to 'songs/joan-baez/here-s-to-you-nicola-and-bart.lisp') diff --git a/songs/joan-baez/here-s-to-you-nicola-and-bart.lisp b/songs/joan-baez/here-s-to-you-nicola-and-bart.lisp new file mode 100644 index 0000000..9fc9ade --- /dev/null +++ b/songs/joan-baez/here-s-to-you-nicola-and-bart.lisp @@ -0,0 +1,16 @@ +(song + (title "Here’s to you, Nicola and Bart") + (from "Joan Baez") + (tonality "C") + + (chords + (all + ((C G) ("Am" G) (C G) ("Am" G)) + (("Em" "Dm7") (G7 C) (C "Dm7") ((E4 1) (E7 1) ("Am" 2))))) + + (lyrics + (all + "Here’s, to you, Nicola and Bart. + Rest, fore-ver here in our hearts. + The last, and fi-nal moment is yours. + That a-gony, is your triumph!"))) -- cgit v1.2.3