]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-margin-partial.ly
release: 1.3.43
[lilypond.git] / input / test / staff-margin-partial.ly
index d93efd28f7c4ba741cce15cadba5036c0dda8efc..712773b5cc8c2e880d9408b469a28a3b5399dfb7 100644 (file)
@@ -1,5 +1,10 @@
 % test staff margin with partial measure.
+
+\version "1.3.42";
+
 \score {
 \notes { \property Staff.instrument = "foo" \partial 4; c4 c1 }
-\paper { \translator { \StaffContext \consists Staff_margin_engraver; }}
+  \paper {
+    \translator { \StaffContext \consists Instrument_name_engraver; }
+  }
 }