]> 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 7491098fda74836359928f9fac7f757e8838f070..6fefbe715ff22dfe6ca07dd9db466876e194a209 100644 (file)
@@ -1,5 +1,5 @@
 \header{
-title =         "Imellan Fjeldene. Ouverture";
+title =         "Imellem Fjeldene. Ouverture";
 composer =      "Niels W Gade";
 enteredby =     "Mats Bengtsson";
 latexheaders =  "\\input global";
@@ -8,7 +8,10 @@ copyright =    "Mats Bengtsson, 1999. Free circulation permitted and " +
                "Statens Musikbibliotek, Stockholm, Sweden";
 }
 
-\version "1.0.14";
+% Process with 'ly2dvi -s parts.ly' to get the separate parts.
+
+
+\version "1.1.52";
 
 \include "global.ly"
 \include "wood.ly"
@@ -19,32 +22,35 @@ my_paper = \paper {
   textheight = 275.0 \mm;
   \translator {
     \OrchestralPartStaffContext
-    textScriptPadding = 5.0;
   }
-\translator{\VoiceContext
-\remove Auto_beam_engraver;
-}
   \translator { 
     \ScoreContext
-    SkipBars = 1;
+    skipBars = 1;
     markScriptPadding = "6.0";
-    textstyle = "italic";
+    barNumberScriptPadding = "11.0";
+    dynamicPadding = 3.0;
+    textScriptPadding = 5.0;
+    textStyle = "italic";
+    textEmptyDimension = 1;
+    beamAuto = 0; % Beams inserted explicitly as in the original.
   }
 }
-%{
+
 \score{
-  \type Staff <
-    \global
-    \marks
-    \oboe
-    \oboehelp
+  \context Staff <
+    \context Voice <
+      \global
+      \marks
+      \flauto
+    >
+    \context Voice = help \flautohelp
   >
   \header{
-    instrument = "Oboe";
+    instrument = "Flauto";
   }
   \paper{
-    \my_paper;
-    output = "oboe";
+    \my_paper
+    output = "flauto";
   }
   \midi {
     \tempo 4=120;
@@ -52,18 +58,20 @@ my_paper = \paper {
 }
 
 \score{
-  \type Staff <
-    \global
-    \marks
-    \flauto
-    \flautohelp
+  \context Staff <
+    \context Voice <
+      \global
+      \marks
+      \oboe
+    >
+    \context Voice = help \oboehelp
   >
   \header{
-    instrument = "Flauto";
+    instrument = "Oboe";
   }
   \paper{
-    \my_paper;
-    output = "flauto";
+    \my_paper
+    output = "oboe";
   }
   \midi {
     \tempo 4=120;
@@ -71,16 +79,16 @@ my_paper = \paper {
 }
 
 \score{
-  \type Staff <
+  \context Voice <
     \globalNoKey
     \marks
     \clarI
   >
   \header{
-    instrument = "Clarinetto I in B\\textflat";
+    instrument = "Clarinetto I in B\\flat";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "clarI";
   }
   \midi {
@@ -89,16 +97,16 @@ my_paper = \paper {
 }
 
 \score{
-  \type Staff <
+  \context Voice <
     \globalNoKey
     \marks
     \clarII
   >
   \header{
-    instrument = "Clarinetto II in B\\textflat";
+    instrument = "Clarinetto II in B\\flat";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "clarII";
   }
   \midi {
@@ -107,7 +115,7 @@ my_paper = \paper {
 }
 
 \score{
-  \type Staff <
+  \context Voice <
     \global
     \marks
     \fagotto
@@ -116,7 +124,7 @@ my_paper = \paper {
     instrument = "Fagotto";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "fagotto";
   }
   \midi {
@@ -125,55 +133,61 @@ my_paper = \paper {
 }
 
 \score{
-  \type Staff <
-    \globalNoKey
-    \marks
-    \corI
-    \corIhelp
+  \context Staff <
+    \context Voice <
+      \globalNoKey
+      \marks
+      \corI
+    >
+    \context Voice = help \corIhelp
   >
   \header{
     instrument = "Corno I in F";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "corI";
   }
   \midi {
     \tempo 4=120;
   }
 }
-%}
+
 \score{
-  \type Staff <
-    \globalNoKey
-    \marks
-    \corII
-    \corIIhelp
+  \context Staff <
+    \context Voice <
+      \globalNoKey
+      \marks
+      \corII
+    >
+    \context Voice = help \corIIhelp
   >
   \header{
     instrument = "Corno II in F";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "corII";
   }
   \midi {
     \tempo 4=120;
   }
 }
-%{
+
 \score{
-  \type Staff <
-    \globalNoKey
-    \marks
-    \trpI
-    \trpIhelp
+  \context Staff <
+    \context Voice <
+      \globalNoKey
+      \marks
+      \trpI
+      >
+    \context Voice = help \trpIhelp
   >
   \header{
-    instrument = "Tromba I in B\\textflat";
+    instrument = "Tromba I in B\\flat";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "trpI";
   }
   \midi {
@@ -182,17 +196,19 @@ my_paper = \paper {
 }
 
 \score{
-  \type Staff <
-    \globalNoKey
-    \marks
-    \trpII
-    \trpIIhelp
+  \context Staff <
+    \context Voice <
+      \globalNoKey
+      \marks
+      \trpII
+    >
+    \context Voice = help \trpIIhelp
   >
   \header{
-    instrument = "Tromba II in B\\textflat";
+    instrument = "Tromba II in B\\flat";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "trpII";
   }
   \midi {
@@ -201,17 +217,19 @@ my_paper = \paper {
 }
 
 \score{
-  \type Staff <
-    \globalNoKey
-    \marks
-    \timpani
-    \timphelp
+  \context Staff <
+    \context Voice <
+      \globalNoKey
+      \marks
+      \timpani
+    >
+    \context Voice = help \timphelp
   >
   \header{
-    instrument = "Timpani";
+    instrument = "Timpani \& Triangolo";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "timpani";
   }
   \midi {
@@ -220,7 +238,7 @@ my_paper = \paper {
 }
 
 \score{
-  \type Staff <
+  \context Voice <
     \global
     \marks
     \viI
@@ -229,7 +247,7 @@ my_paper = \paper {
     instrument = "Violino I";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "viI";
   }
   \midi {
@@ -238,17 +256,16 @@ my_paper = \paper {
 }
 
 \score{
-  \type Staff <
+  \context Voice <
     \global
     \marks
-%    \notes{s2.*32 s2*141 \break}
     \viII
   >
   \header{
     instrument = "Violino II";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "viII";
   }
   \midi {
@@ -257,7 +274,7 @@ my_paper = \paper {
 }
 
 \score{
-  \type Staff <
+  \context Voice <
     \global
     \marks
     \notes{s2.*32 s2*142 \break}
@@ -267,7 +284,7 @@ my_paper = \paper {
     instrument = "Viola";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "viola";
   }
   \midi {
@@ -276,7 +293,7 @@ my_paper = \paper {
 }
 
 \score{
-  \type Staff <
+  \context Voice <
     \global
     \marks
     \vlc
@@ -285,7 +302,7 @@ my_paper = \paper {
     instrument = "Violoncello";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "violoncello";
   }
   \midi {
@@ -294,7 +311,7 @@ my_paper = \paper {
 }
 
 \score{
-  \type Staff <
+  \context Voice <
     \global
     \marks
     \cb
@@ -303,11 +320,10 @@ my_paper = \paper {
     instrument = "Contrabasso";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "cb";
   }
   \midi {
     \tempo 4=120;
   }
 }
-%}
\ No newline at end of file