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.
\layout{ indent = #0 }
emptymusic = {
\repeat unfold 2 % Change this for more lines.
{ s1\break }
\bar "|."
}
\new Score \with {
\override TimeSignature #'transparent = ##t
% un-comment this line if desired
% \override Clef #'transparent = ##t
defaultBarType = #""
\remove Bar_number_engraver
} <<
% modify these to get the staves you want
\new Staff \emptymusic
\new TabStaff \emptymusic
>>
Next: Hidden notes, Previous: Balloon help, Up: Educational use
Cette page documente LilyPond-2.11.28 (branche de développement).
Rapporter toute anomalie en français à lilypond-user-fr@gnu.org ou en anglais à http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs
Your suggestions for the documentation are welcome.