Next: , Previous: Balloon help, Up: Educational use



5.18.2 Blank music sheet

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
     } <<
       \context Staff \emptymusic
       \context TabStaff \emptymusic
     >>

[image of music]

Read comments on this page, or add one.

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

Report errors to <bug-lilypond@gnu.org>.

Other languages: English.
Using automatic language selection.