]> git.donarmstrong.com Git - lilypond.git/blob - input/tricks/no-staff.ly
05eba6615ae8d7ce1a6eb188fbe0f8f36d5d73d8
[lilypond.git] / input / tricks / 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