]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-margin-partial.ly
update syntax in .ly files.
[lilypond.git] / input / test / staff-margin-partial.ly
1 \version "1.7.6"
2 % test staff margin with partial measure.
3
4
5
6 \score {
7 \notes { \property Staff.instrument = "foo" \partial 4 c4 c1 }
8   \paper {
9     \translator { \StaffContext \consists Instrument_name_engraver }
10   }
11 }
12 %% new-chords-done %%