]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-margin-partial.ly
release: 1.1.62
[lilypond.git] / input / test / staff-margin-partial.ly
1 % test staff margin with partial measure.
2 \score {
3 \notes { \property Staff.instrument = "foo" \partial 4; c4 c1 }
4 \paper { \translator { \StaffContext \consists Staff_margin_engraver; }}
5 }