]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-instr-name.ly
66c9e1fc6bf9228e67cdade5e61373b9210e6fa9
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
1 \version "2.9.13"
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.instrumentName = "instrument"
22   \set Staff.shortInstrumentName = "instr"
23   {c''1 \break R1 }
24 >>