]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/orchestscore.ly
release: 1.3.94
[lilypond.git] / input / test / orchestscore.ly
index d0ab269d6361f14056e83119813753678a1e0c32..f938c5bc3fa7c073e9fb3dc0ff3f12c58aa705d6 100644 (file)
@@ -1,7 +1,13 @@
-\version "1.1.66";
+\version "1.3.93";
 
 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 | 
+}
+
+M = \notes \relative c''{
+
+c1 | c2 c | c c | R1*5 
 }
 
 \score{ < 
@@ -36,20 +42,20 @@ c1 | c2 c | c c | c c | c c | c c | c c | c c |
     \context Staff = cor <
       \property Staff.instrument = "2 Corni in F"
       \property Staff.instr = "Cor."
-      \context Voice = corI { \stemup \m }
-      \context Voice = corII { \stemdown \m }
+      \context Voice = corI { \stemUp \M }
+      \context Voice = corII { \stemDown \M }
     >
     \context Staff = trp <
       \property Staff.instrument = "2 Trp. in B\\textflat  "
       \property Staff.instr = "Trp."
-      \context Voice = trpI { \stemup \m }
-      \context Voice = trpII { \stemdown \m }
+      \context Voice = trpI { \stemUp \M }
+      \context Voice = trpII { \stemDown \M }
     >
   >
     \context StaffGroup = percussion <\context Staff = timpani <
       \property Staff.instrument = "Timpani"
       \property Staff.instr = "Timp."
-      \m
+      \notes{c''1 R1*8}
     >
   >
   \context StaffGroup = strings <
@@ -88,11 +94,11 @@ 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;
     }
-    \translator { \StaffContext
-       \consists "Staff_margin_engraver";
+    \translator { \HaraKiriStaffContext
         marginScriptPadding = 15.0;
+%        StaffMinimumVerticalExtent = #(cons -0.0 0.0)
     }
   }
 }