Engine for LaTeX songbooks http://www.patacrep.com

19 lines
381 B

\include "header"
\paper{
paper-height = 0.6\cm
paper-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]
}
}
>>