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