]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/N.W.Gade/parts.ly
release: 1.2.1
[lilypond.git] / mutopia / N.W.Gade / parts.ly
index 32616d92f0c7138f0f789a5a1ce4febcae4e3586..f9326fc15559819b2913f577cc3153847202b1a4 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.2.0";
 
 \include "global.ly"
 \include "wood.ly"
@@ -19,21 +19,23 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " +
 \include "strings.ly"
 
 my_paper = \paper {
-  textheight = 275.0 \mm;
+  textheight = 265.0 \mm;
   \translator {
     \OrchestralPartStaffContext
   }
   \translator { 
     \ScoreContext
     skipBars = 1;
-    markScriptPadding = "6.0";
-    barNumberScriptPadding = "11.0";
+    barNumberScriptPadding = "12.0";
+    markScriptPadding = "20.0";
+    dynamicPadding = 3.0;
     textScriptPadding = 5.0;
-    textstyle = "italic";
+    textStyle = "italic";
     textEmptyDimension = 1;
+    noAutoBeaming = "1"; % 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
@@ -325,4 +327,3 @@ my_paper = \paper {
     \tempo 4=120;
   }
 }
-%}
\ No newline at end of file