From 40b9892ceba2cc1dc57186263c4a4914c0bb0ad6 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 23 Oct 2000 16:32:35 +0000 Subject: [PATCH] lilypond-1.3.99 --- input/test/instrument-name-mmrest.ly | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 input/test/instrument-name-mmrest.ly 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; + + } + } + } + -- 2.39.5