aboutsummaryrefslogtreecommitdiff
path: root/songs/joan-baez/here-s-to-you-nicola-and-bart.lisp
blob: 4034daeb86de3ea1fff03930789a18e7ec8f619e (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) ("Aₘ" G))
            ((C G) ("Aₘ" G))
            (("Eₘ" "Dₘ⁷") ("G⁷" C))
            ((C "Dₘ⁷") (("E⁴" 1) ("E⁷" 1) ("Aₘ" 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!")))