]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-instr-name.ly
*** empty log message ***
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
1 \version "1.7.18"
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               \property Staff.instrument = "instrument"
8               \property 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 %% new-chords-done %%