]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-instr-name.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
1 \version "2.1.23"
2 \header { texidoc = "This combines instrument names and multimeasure rests (there was an
3 interesting bug in 1.3.98). " }
4
5 \score{
6         \context Staff <<
7               \set Staff.instrument = "instrument"
8               \set Staff.instr = "instr"
9               \notes{c''1 \break R1 }
10             >>
11          \paper {
12             \translator { \StaffContext
13             \consists Instrument_name_engraver
14
15             }
16           }
17         \paper { raggedright = ##t }
18         }
19
20