Next: Hidden notes, Previous: Balloon help, Up: Educational use
A blank music sheet can be produced also by using invisible notes, and
removing Bar_number_engraver
.
emptymusic = { \repeat unfold 2 % Change this for more lines. { s1\break } \bar "|." } \new Score \with { \override TimeSignature #'transparent = ##t defaultBarType = #"" \remove Bar_number_engraver } << \new Staff \emptymusic \new TabStaff \emptymusic >>
This page is for LilyPond-2.10.5 (stable-branch).