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.
22 lines
378 B
22 lines
378 B
\include "../_lilypond/header"
|
|
\paper{
|
|
paper-height = 1.1\cm
|
|
line-width = 5.8\cm
|
|
paper-width = 5.6\cm
|
|
}
|
|
|
|
symbols = {
|
|
\numericTimeSignature
|
|
\time 4/4
|
|
\repeat volta 2 {
|
|
<a, e>8 <a, e> c cis <e a> <e a> <fis a> <e a>
|
|
<fis, cis> <fis, cis> <fis, cis> <fis, cis> r2
|
|
}
|
|
}
|
|
|
|
\score {
|
|
<<
|
|
%\new Staff { \clef "G_8" \symbols }
|
|
\new TabStaff { \symbols }
|
|
>>
|
|
}
|
|
|