]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.99
authorfred <fred>
Mon, 23 Oct 2000 16:32:35 +0000 (16:32 +0000)
committerfred <fred>
Mon, 23 Oct 2000 16:32:35 +0000 (16:32 +0000)
input/test/instrument-name-mmrest.ly [new file with mode: 0644]

diff --git a/input/test/instrument-name-mmrest.ly b/input/test/instrument-name-mmrest.ly
new file mode 100644 (file)
index 0000000..9393f34
--- /dev/null
@@ -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;
+
+           }
+         }
+       }
+