]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/N.W.Gade/score.ly
release: 1.1.61
[lilypond.git] / mutopia / N.W.Gade / score.ly
index 878267faea0e67518589386879b7b676c3b5c137..1d68186fa3013e1d2a1fe4f27e598d1dfd5c4da0 100644 (file)
@@ -8,7 +8,7 @@ copyright =     "Mats Bengtsson, 1999. Free circulation permitted and " +
                "Statens Musikbibliotek, Stockholm, Sweden";
 }
 
-\version "1.0.21";
+\version "1.1.52";
 
 \include "global.ly"
 \include "wood.ly"
@@ -33,13 +33,13 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " +
       \oboe
     >
     \context Voice = clarI <
-      \property Staff.instrument = "Clarinetto I"
+      \property Staff.instrument = "Clar. I in B\\flat  "
       \property Staff.instr = "Cl. I"
       \globalNoKey
       \clarI
     >
     \context Voice = clarII <
-      \property Staff.instrument = "Clarinetto II"
+      \property Staff.instrument = "Clar. II  in B\\flat  "
       \property Staff.instr = "Cl. II"
       \globalNoKey
       \clarII
@@ -58,30 +58,34 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " +
       \context Voice = corI <
        \globalNoKey
        \stemup \property Voice.dynamicDir = \up 
+        \property Voice.articulationScriptVerticalDirection = \up 
        \corI 
       >
       \context Voice = corII { 
        \stemdown \property Voice.dynamicDir = \down 
+        \property Voice.articulationScriptVerticalDirection = \down
        \corII 
       }
     >
     \context Staff = trp <
-      \property Staff.instrument = "2 Trp. in B\\textflat  "
+      \property Staff.instrument = "2 Trp. in B\\flat  "
       \property Staff.instr = "Trp."
       \context Voice = trpI <
        \globalNoKey
        \stemup \property Voice.dynamicDir = \up 
+        \property Voice.articulationScriptVerticalDirection = \up 
        \trpI
       >
       \context Voice = trpII { 
        \stemdown \property Voice.dynamicDir = \down 
+        \property Voice.articulationScriptVerticalDirection = \down
        \trpII
       }
     >
   >
     \context StaffGroup = percussion <\context Voice = timpani <
       \property Staff.instrument = "Timp. \& Triang."
-      \property Staff.instr = "Tmp \& Trg"
+      \property Staff.instr = "Tmp\&{}Trg"
       \global
       \timpani
     >
@@ -123,25 +127,28 @@ copyright =       "Mats Bengtsson, 1999. Free circulation permitted and " +
 >
  \paper {
 %    \paper_sixteen;
-    linewidth = 185.\mm;
+    linewidth = 180.\mm;
     textheight = 260.\mm;
     \translator {
        \OrchestralScoreContext
         minVerticalAlign = 2.5*\staffheight;
         barNumberScriptPadding = "12.0";
+        markScriptPadding = "20.0";
     }
     \translator { \StaffContext
        \consists "Staff_margin_engraver";
         marginScriptPadding = "15.0";
+        dynamicPadding = 3.0;
        textStyle = "italic";
        textScriptPadding = 5.0;
         textEmptyDimension = 1;
+       beamAuto = 0; % Beams inserted explicitly as in the original.
     }
   }
 }
 
 \score{
-  \context StaffGroup <
+  \context StaffGroup < \global
     \context Staff = oboe \oboe
     \context Staff = flauto \flauto
     \context Staff = clarinetsInBes {\notes \transpose bes <\clarI \clarII >}
@@ -156,6 +163,5 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " +
     \context Staff = contrabass \cb
   >
   \midi {
-    \tempo 4=120;
   }
 }