mirror of https://github.com/patacrep/patacrep.git
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.
24 lines
364 B
24 lines
364 B
13 years ago
|
\include "header"
|
||
|
\paper{
|
||
|
paper-height = 1.2\cm
|
||
|
paper-width= 3.7\cm
|
||
|
}
|
||
|
|
||
|
symbols = {
|
||
|
\numericTimeSignature
|
||
|
\time 4/4
|
||
|
\autoBeamOff
|
||
|
\partial 4. e,8
|
||
|
g,[ gis,] |
|
||
|
\autoBeamOn a,4
|
||
|
\autoBeamOff
|
||
|
\repeat percent 3 { <a,e a c' e'>8[ <a,e a c' e'>]}
|
||
|
}
|
||
|
|
||
|
\score {
|
||
|
<<
|
||
|
\new Staff { \clef "G_8" \symbols }
|
||
|
% \new TabStaff { \symbols }
|
||
|
>>
|
||
|
}
|