From: fred Date: Mon, 23 Oct 2000 16:32:35 +0000 (+0000) Subject: lilypond-1.3.99 X-Git-Tag: release/1.5.59~5724 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=40b9892ceba2cc1dc57186263c4a4914c0bb0ad6;p=lilypond.git lilypond-1.3.99 --- diff --git a/input/test/instrument-name-mmrest.ly b/input/test/instrument-name-mmrest.ly new file mode 100644 index 0000000000..9393f346eb --- /dev/null +++ b/input/test/instrument-name-mmrest.ly @@ -0,0 +1,23 @@ + +%{ + +this combines instrument names and multimeasure rests (there was an +interesting bug in 1.3.98) + +%} + +\version "1.3.97"; +\score{ + \context Staff < + \property Staff.instrument = "instrument" + \property Staff.instr = "instr" + \notes{c''1 \break R1 } + > + \paper { + \translator { \StaffContext + \consists Instrument_name_engraver; + + } + } + } +