]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/instrument-name-partial.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / instrument-name-partial.ly
1
2 \version "2.7.39"
3 \header {
4   texidoc = "Instrument names are also printed on  partial starting measures."
5 }
6
7 \layout { ragged-right = ##t }
8
9
10
11 \relative c'' { \set Staff.instrument = "foo" \partial 4 c4 c1 }
12
13
14