]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-margin-partial.ly
deleted input/test/lines.ly; duplicate of embedded-postscript.ly
[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 %% new-chords-done %%