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