]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-margin-partial.ly
* ly/chord-modifiers-init.ly:
[lilypond.git] / input / test / staff-margin-partial.ly
index ce2817935b1d262a445c575924db95311fc32002..aad12c0e49ec1d1b8067bb3b63e9d11d0e282858 100644 (file)
@@ -1,10 +1,12 @@
+\version "1.7.18"
 % test staff margin with partial measure.
 
-\version "1.3.59";
+
 
 \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 }
   }
 }
+%% new-chords-done %%