]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/N.W.Gade/parts.ly
release: 1.1.61
[lilypond.git] / mutopia / N.W.Gade / parts.ly
index 32616d92f0c7138f0f789a5a1ce4febcae4e3586..6fefbe715ff22dfe6ca07dd9db466876e194a209 100644 (file)
@@ -11,7 +11,7 @@ copyright =   "Mats Bengtsson, 1999. Free circulation permitted and " +
 % Process with 'ly2dvi -s parts.ly' to get the separate parts.
 
 
-\version "1.0.20";
+\version "1.1.52";
 
 \include "global.ly"
 \include "wood.ly"
@@ -28,12 +28,14 @@ my_paper = \paper {
     skipBars = 1;
     markScriptPadding = "6.0";
     barNumberScriptPadding = "11.0";
+    dynamicPadding = 3.0;
     textScriptPadding = 5.0;
-    textstyle = "italic";
+    textStyle = "italic";
     textEmptyDimension = 1;
+    beamAuto = 0; % Beams inserted explicitly as in the original.
   }
 }
-%{
+
 \score{
   \context Staff <
     \context Voice <
@@ -54,7 +56,7 @@ my_paper = \paper {
     \tempo 4=120;
   }
 }
-%}
+
 \score{
   \context Staff <
     \context Voice <
@@ -75,7 +77,7 @@ my_paper = \paper {
     \tempo 4=120;
   }
 }
-%{
+
 \score{
   \context Voice <
     \globalNoKey
@@ -83,7 +85,7 @@ my_paper = \paper {
     \clarI
   >
   \header{
-    instrument = "Clarinetto I in B\\textflat";
+    instrument = "Clarinetto I in B\\flat";
   }
   \paper{
     \my_paper
@@ -101,7 +103,7 @@ my_paper = \paper {
     \clarII
   >
   \header{
-    instrument = "Clarinetto II in B\\textflat";
+    instrument = "Clarinetto II in B\\flat";
   }
   \paper{
     \my_paper
@@ -182,7 +184,7 @@ my_paper = \paper {
     \context Voice = help \trpIhelp
   >
   \header{
-    instrument = "Tromba I in B\\textflat";
+    instrument = "Tromba I in B\\flat";
   }
   \paper{
     \my_paper
@@ -203,7 +205,7 @@ my_paper = \paper {
     \context Voice = help \trpIIhelp
   >
   \header{
-    instrument = "Tromba II in B\\textflat";
+    instrument = "Tromba II in B\\flat";
   }
   \paper{
     \my_paper
@@ -325,4 +327,3 @@ my_paper = \paper {
     \tempo 4=120;
   }
 }
-%}
\ No newline at end of file