diff options
Diffstat (limited to 'songs')
-rw-r--r-- | songs/joan-baez/here-s-to-you-nicola-and-bart.lisp | 16 |
1 files changed, 16 insertions, 0 deletions
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!"))) |