]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-instr-name.ly
* input/regression/{many}.ly: refresh, trying to guess how
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
1 \version "2.1.23"
2 \header { texidoc = "There are both long and short intstrument names.
3 Engraving instrument names should not be confused by the
4 multimeasure rests. " }
5 % (there was an interesting bug in 1.3.98)
6 \score{
7         \context Staff <<
8               \set Staff.instrument = "instrument"
9               \set Staff.instr = "instr"
10               \notes{c''1 \break R1 }
11             >>
12          \paper {
13             \translator { \StaffContext
14             \consists Instrument_name_engraver
15
16             }
17           }
18         \paper { raggedright = ##t }
19         }
20
21