mirror of https://github.com/patacrep/patacrep.git
Engine for LaTeX songbooks
http://www.patacrep.com
20 lines
407 B
20 lines
407 B
\include "header"
|
|
\paper{
|
|
paper-height = 0.9\cm
|
|
paper-width = 3.0\cm
|
|
line-width = 2.7\cm
|
|
}
|
|
|
|
<<
|
|
\new RhythmicStaff {
|
|
\new Voice = "myRhythm" {
|
|
\numericTimeSignature
|
|
\time 4/4
|
|
\autoBeamOff
|
|
a8[ a]
|
|
\override NoteHead #'style = #'cross a[ \revert NoteHead #'style a]
|
|
a8[ a]
|
|
\override NoteHead #'style = #'cross a[ \revert NoteHead #'style a]
|
|
}
|
|
}
|
|
>>
|