lilypond-1.3.118
[lilypond.git] / input / test / instrument-name-mmrest.ly
blob7b66394b101baf838018dce5fb504b6153f8521e
2 %{
4 this combines instrument names and multimeasure rests (there was an
5 interesting bug in 1.3.98)
7 %}
9 \version "1.3.117";
10 \score{
11 \context Staff <
12 \property Staff.instrument = "instrument"
13 \property Staff.instr = "instr"
14 \notes{c''1 \break R1 }
16 \paper {
17 \translator { \StaffContext
18 \consists Instrument_name_engraver;