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