songbook [from: Songs data for LaTeX songbooks http:///www.patacrep.com]
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
432 B
28 lines
432 B
\include "../_lilypond/header"
|
|
\paper{
|
|
paper-height = 3.1\cm
|
|
paper-width= 7.1\cm
|
|
}
|
|
|
|
symbols = {
|
|
|
|
d8 a d' fis' d' a d a d' fis' d' a
|
|
g, g d' g' d' g g, g d' fis, g d'
|
|
e, b, e e' b g e, b, e e' b g
|
|
a, e a e' b g a, e a a, g, fis,
|
|
}
|
|
|
|
\score {
|
|
|
|
<<
|
|
|
|
%\new Staff { \clef "G_8" \symbols }
|
|
\chords {d1. g e:m a }
|
|
\new TabStaff {
|
|
\numericTimeSignature
|
|
\time 12/8
|
|
\symbols }
|
|
|
|
>>
|
|
}
|
|
|
|
|