]> git.donarmstrong.com Git - lilypond.git/blob - input/test/instrument-name-mmrest.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / instrument-name-mmrest.ly
1
2 %{
3
4 this combines instrument names and multimeasure rests (there was an
5 interesting bug in 1.3.98)
6
7 %}
8
9
10 \score{
11         \context Staff <
12               \property Staff.instrument = "instrument"
13               \property Staff.instr = "instr"
14               \notes{c''1 \break R1 }
15             >
16          \paper {
17             \translator { \StaffContext
18             \consists Instrument_name_engraver;
19
20             }
21           }
22         }
23