]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-margin-partial.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / staff-margin-partial.ly
1 % test staff margin with partial measure.
2
3
4
5 \score {
6 \notes { \property Staff.instrument = "foo" \partial 4; c4 c1 }
7   \paper {
8     \translator { \StaffContext \consists Instrument_name_engraver; }
9   }
10 }