]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-instr-name.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
1 \version "2.7.39"
2 \header {
3
4   texidoc = "There are both long and short instrument names.
5 Engraving instrument names should not be confused by the
6 multimeasure rests. "
7
8 }
9
10 \layout {
11   ragged-right = ##t
12   \context {
13     \Staff
14     \consists Instrument_name_engraver
15
16   }
17 }
18
19
20 \context Staff <<
21   \set Staff.instrument = "instrument"
22   \set Staff.instr = "instr"
23   {c''1 \break R1 }
24 >>