aboutsummaryrefslogtreecommitdiff
path: root/songs/joan-baez/here-s-to-you-nicola-and-bart.lisp
blob: 63a332ac723012b4d77077da1272994a9e7c4d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(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!")))