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