]> git.donarmstrong.com Git - lilypond.git/blob - input/features/no-staff.ly
patch::: 1.3.128.jcn4
[lilypond.git] / input / features / no-staff.ly
1 \score {
2   \notes { c4 c4 c8 c8 }
3   \paper {
4     linewidth = -1.;
5     \translator {
6       \StaffContext
7       \remove Staff_symbol_engraver;
8       \consists Pitch_squash_engraver;
9       \remove Clef_engraver;
10     }
11   }
12 }
13