Massive changes - see ChangeLog.
[lilypond.git] / input / test / no-staff.ly
blobfe2e01ae7666be2cfd9b237487c72db3818b467e
1 \version "1.9.0"
2 % possible rename to staff-something. -gp
4 \header{ texidoc = "@cindex Staff Remove
5 You can stop LilyPond from printing the staff by removing the engraver. "
8 \score {
9 \notes { c4 d4 e8 d8 }
10 \paper {
11 raggedright = ##t
12 \translator {
13 \StaffContext
14 \remove Staff_symbol_engraver
15 \consists Pitch_squash_engraver
16 \remove Clef_engraver