release commit
[lilypond.git] / input / test / no-staff.ly
blobcf4bf5821e3be1e91a42b36862ce7e56f050cfbe
1 \version "2.1.7"
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