Engine 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
419 B

\include "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 }
>>
}