]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-instr-name.ly
* ps/lilyponddefs.ps: Bugfix.
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
1 \version "2.1.29"
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 % (there was an interesting bug in 1.3.98)
10 \score{
11         \context Staff <<
12               \set Staff.instrument = "instrument"
13               \set Staff.instr = "instr"
14               \notes{c''1 \break R1 }
15             >>
16          \paper {
17             \context { \StaffContext
18             \consists Instrument_name_engraver
19
20             }
21           }
22         \paper { raggedright = ##t }
23         }
24
25