]> git.donarmstrong.com Git - lilypond.git/blob - input/test/no-staff.ly
Added texinfo index.
[lilypond.git] / input / test / no-staff.ly
1 \version "1.7.18"
2 % possible rename to staff-something.  -gp
3
4 \header{ texidoc = "@cindex Staff Remove
5 You can stop Lilypond from printing the staff by removing the engraver. "
6 }
7
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
17     }
18   }
19 }
20
21 %% new-chords-done %%