]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/instrument-name-partial.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / instrument-name-partial.ly
1
2 \version "1.9.1"
3 \header {
4     texidoc = "Instrument names are also printed on  partial starting measures."
5 }
6
7 \score {
8   \notes \relative c'' { \property Staff.instrument = "foo" \partial 4 c4 c1 }
9   \paper { raggedright = ##t }
10 }
11