]> git.donarmstrong.com Git - lilypond.git/blob - input/test/no-staff.ly
update syntax in .ly files.
[lilypond.git] / input / test / no-staff.ly
1 \version "1.7.6"
2
3 \score {
4   \notes { c4 c4 c8 c8 }
5   \paper {
6     linewidth = -1.
7     \translator {
8       \StaffContext
9       \remove Staff_symbol_engraver
10       \consists Pitch_squash_engraver
11       \remove Clef_engraver
12     }
13   }
14 }
15
16 %% new-chords-done %%