]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.37
authorfred <fred>
Tue, 26 Mar 2002 21:48:25 +0000 (21:48 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:48:25 +0000 (21:48 +0000)
mutopia/N.W.Gade/global.tex
mutopia/N.W.Gade/parts.ly
mutopia/N.W.Gade/score.ly

index 13015a5e4cfd50d0326ffd75defb88558caf2da7..0fa55881024d9b5a7e8d1262f78506684f782a34 100644 (file)
@@ -26,7 +26,7 @@
 \lhead{\textbf{\large\theinstrument}}
 \chead{}
 \lfoot{}
-\cfoot{\ifnum\thepage=1{\thecopyright\hfill\LilyIdString}\fi}
+\cfoot{\ifnum\thepage=1{\thecopyright\hfill\mudelatagline}\fi}
 \rfoot{\ifnum\thepage>1{\hfill\thepage\hfill}\fi}
 \headrulewidth0mm
 \pagestyle{fancy}
index 7491098fda74836359928f9fac7f757e8838f070..70e425f0a579f6e1944fc3d12f4487e3872a5e1f 100644 (file)
@@ -29,9 +29,11 @@ my_paper = \paper {
     SkipBars = 1;
     markScriptPadding = "6.0";
     textstyle = "italic";
+    textEmptyDimension = 1;
+    oldTieBehavior = 1;
   }
 }
-%{
+
 \score{
   \type Staff <
     \global
@@ -43,7 +45,7 @@ my_paper = \paper {
     instrument = "Oboe";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "oboe";
   }
   \midi {
@@ -62,7 +64,7 @@ my_paper = \paper {
     instrument = "Flauto";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "flauto";
   }
   \midi {
@@ -80,7 +82,7 @@ my_paper = \paper {
     instrument = "Clarinetto I in B\\textflat";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "clarI";
   }
   \midi {
@@ -98,7 +100,7 @@ my_paper = \paper {
     instrument = "Clarinetto II in B\\textflat";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "clarII";
   }
   \midi {
@@ -116,7 +118,7 @@ my_paper = \paper {
     instrument = "Fagotto";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "fagotto";
   }
   \midi {
@@ -135,14 +137,14 @@ my_paper = \paper {
     instrument = "Corno I in F";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "corI";
   }
   \midi {
     \tempo 4=120;
   }
 }
-%}
+
 \score{
   \type Staff <
     \globalNoKey
@@ -154,14 +156,14 @@ my_paper = \paper {
     instrument = "Corno II in F";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "corII";
   }
   \midi {
     \tempo 4=120;
   }
 }
-%{
+
 \score{
   \type Staff <
     \globalNoKey
@@ -173,7 +175,7 @@ my_paper = \paper {
     instrument = "Tromba I in B\\textflat";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "trpI";
   }
   \midi {
@@ -192,7 +194,7 @@ my_paper = \paper {
     instrument = "Tromba II in B\\textflat";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "trpII";
   }
   \midi {
@@ -211,7 +213,7 @@ my_paper = \paper {
     instrument = "Timpani";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "timpani";
   }
   \midi {
@@ -229,7 +231,7 @@ my_paper = \paper {
     instrument = "Violino I";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "viI";
   }
   \midi {
@@ -241,14 +243,13 @@ my_paper = \paper {
   \type Staff <
     \global
     \marks
-%    \notes{s2.*32 s2*141 \break}
     \viII
   >
   \header{
     instrument = "Violino II";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "viII";
   }
   \midi {
@@ -267,7 +268,7 @@ my_paper = \paper {
     instrument = "Viola";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "viola";
   }
   \midi {
@@ -285,7 +286,7 @@ my_paper = \paper {
     instrument = "Violoncello";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "violoncello";
   }
   \midi {
@@ -303,11 +304,10 @@ my_paper = \paper {
     instrument = "Contrabasso";
   }
   \paper{
-    \my_paper;
+    \my_paper
     output = "cb";
   }
   \midi {
     \tempo 4=120;
   }
 }
-%}
\ No newline at end of file
index b48b6d279c80b6b1d0fea751f0e6b20435297e89..46e22ec750441a6ca32f8409c7388f92ebbca63f 100644 (file)
@@ -35,13 +35,13 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " +
     \type Staff = clarI <
       \property Staff.instrument = "Clarinetto I"
       \property Staff.instr = "Cl. I"
-      \global
+      \globalNoKey
       \clarI
     >
     \type Staff = clarII <
       \property Staff.instrument = "Clarinetto II"
       \property Staff.instr = "Cl. II"
-      \global
+      \globalNoKey
       \clarII
     >
     \type Staff = fagotto <
@@ -53,14 +53,14 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " +
   >
   \type StaffGroup = brass <
     \type Staff = cor <
-      \global
+      \globalNoKey
       \property Staff.instrument = "2 Corni in F"
       \property Staff.instr = "Cor."
       \type Voice = corI { \stemup \corI }
       \type Voice = corII { \stemdown \corII }
     >
     \type Staff = trp <
-      \global
+      \globalNoKey
       \property Staff.instrument = "2 Trp. in B\\textflat  "
       \property Staff.instr = "Trp."
       \type Voice = trpI { \stemup \trpI }
@@ -75,7 +75,7 @@ copyright =   "Mats Bengtsson, 1999. Free circulation permitted and " +
     >
   >
   \type StaffGroup = strings <
-    \type GrandStaff = violins <
+%    \type GrandStaff = violins <
       \type Staff = viI <
         \property Staff.instrument = "Violin I"
         \property Staff.instr = "Vi. I"
@@ -88,7 +88,7 @@ copyright =   "Mats Bengtsson, 1999. Free circulation permitted and " +
         \global
         \viII
       >
-    >
+%    >
     \type Staff = vla <
       \property Staff.instrument = "Viola"
       \property Staff.instr = "Vla."
@@ -110,7 +110,7 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " +
   >
 >
  \paper {
-    \paper_sixteen
+%    \paper_sixteen;
     linewidth = 185.\mm;
     textheight = 260.\mm;
     \translator {
@@ -119,11 +119,16 @@ copyright =       "Mats Bengtsson, 1999. Free circulation permitted and " +
     }
     \translator { \StaffContext
        \consists "Staff_margin_engraver";
-        marginHangOnClef = 1;
-        marginScriptPadding = "20.0";
+%        marginHangOnClef = 1;
+        marginScriptPadding = "52.0";
        textstyle = "italic";
        textScriptPadding = 5.0;
+        textEmptyDimension = 1;
+        oldTieBehavior = 1;
     }
+%\translator{\VoiceContext
+%\remove Auto_beam_engraver; % Bug workaround!
+%}
   }
 }