Next: , Previous: Grid lines, Up: Outside the staff


1.7.2.3 Blank music sheet

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
     >>

[image of music]

See also

Snippets: Editorial .


Next: , Previous: Grid lines, Up: Outside the staff

This page is for LilyPond-2.11.40 (development-branch).

Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.

Your suggestions for the documentation are welcome.

Other languages: français, español.