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


TIA,

Paul Scott



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to