]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/N.W.Gade/score.ly
release: 1.2.1
[lilypond.git] / mutopia / N.W.Gade / score.ly
index be35e29f73b286df7550f20afaf9cf0f916e1251..67ace5a781e7265c597e07b9a85dbeb2e4ee1fe0 100644 (file)
@@ -14,8 +14,7 @@ copyright =   "Mats Bengtsson, 1999. Free circulation permitted and " +
 \include "wood.ly"
 \include "brass.ly"
 \include "strings.ly"
-\include "paper16.ly";
-
+\include "paper16.ly"
 
 \score{ <
   \context StaffGroup = wood <
@@ -33,13 +32,13 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " +
       \oboe
     >
     \context Voice = clarI <
-      \property Staff.instrument = "Clar. I in B\\flat  "
+      \property Staff.instrument = "Clar. I in B\\textflat  "
       \property Staff.instr = "Cl. I"
       \globalNoKey
       \clarI
     >
     \context Voice = clarII <
-      \property Staff.instrument = "Clar. II  in B\\flat  "
+      \property Staff.instrument = "Clar. II  in B\\textflat  "
       \property Staff.instr = "Cl. II"
       \globalNoKey
       \clarII
@@ -68,7 +67,7 @@ copyright =   "Mats Bengtsson, 1999. Free circulation permitted and " +
       }
     >
     \context Staff = trp <
-      \property Staff.instrument = "2 Trp. in B\\flat  "
+      \property Staff.instrument = "2 Trp. in B\\textflat  "
       \property Staff.instr = "Trp."
       \context Voice = trpI <
        \globalNoKey
@@ -85,7 +84,7 @@ copyright =   "Mats Bengtsson, 1999. Free circulation permitted and " +
   >
     \context StaffGroup = percussion <\context Voice = timpani <
       \property Staff.instrument = "Timp. \& Triang."
-      \property Staff.instr = "Tmp\&{}Trg"
+      \property Staff.instr = "\qquad Tmp\& Trg"
       \global
       \timpani
     >
@@ -135,7 +134,9 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " +
         barNumberScriptPadding = "12.0";
         markScriptPadding = "20.0";
     }
-    \translator { \StaffContext
+    \translator { 
+%        \HaraKiriStaffContext % Gives lost bar lines and misplaced marks!!
+        \StaffContext
        \consists "Staff_margin_engraver";
         marginScriptPadding = "15.0";
         dynamicPadding = 3.0;