Additionally, there is an entry for blank staff paper in the LSR.
On 6/4/06, Paul Scott <[EMAIL PROTECTED]> wrote:
Paul Scott wrote: > Why doesn't this remove the clef sign? 2.8.4, 2.8.3 > > #(set-global-staff-size 24) > > \layout{ indent = 0\in } > emptymusic = { > \repeat unfold 9 % Change this for more lines. > { s1\break } > } > \new Score \with { > \override TimeSignature #'transparent = ##t > defaultBarType = #"" > \remove Bar_number_engraver > \remove Clef_engraver > } << > \new Staff \emptymusic > >> > At least this works: \version "2.8.4" #(set-global-staff-size 24) \layout{ indent = 0\in } emptymusic = { \repeat unfold 9 % Change this for more lines. { s1\break } } \new Score \with { \override TimeSignature #'transparent = ##t defaultBarType = #"" \remove Bar_number_engraver } << \new Staff \with { \remove Clef_engraver } \emptymusic >> Paul _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user