]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/orchestscore.ly
release: 1.3.52
[lilypond.git] / input / test / orchestscore.ly
index 411d7beb9525db933c5ff9df5290ea67e01cbf5a..ccf4d926e1c532e9670bb39d33b3b0cdfdc79a60 100644 (file)
@@ -1,7 +1,8 @@
-\version "1.0.20";
+\version "1.3.42";
 
 m = \notes \relative c''{
-c1 | c2 c | c c | c c | c c | c c | c c | c c | 
+
+c1 | c2 c | c c | c c | \break c c | c c | c c | c c | 
 }
 
 \score{ < 
@@ -88,10 +89,12 @@ c1 | c2 c | c c | c c | c c | c c | c c | c c |
     textheight = 260.\mm;
     \translator {
        \OrchestralScoreContext
-        minVerticalAlign = 2.2*\staffheight; 
+       barNumberScriptPadding = 10;
+        minVerticalAlign = 2.2*\staffheight;
+
     }
     \translator { \StaffContext
-       \consists "Staff_margin_engraver";
+       \consists "Instrument_name_engraver";
         marginScriptPadding = 15.0;
     }
   }