]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/coriolan-margin.ly
* scm/define-grobs.scm (all-grob-descriptions): remove
[lilypond.git] / input / test / coriolan-margin.ly
index 28c03c601aa20b43e931e46579025d683cd85e8f..eb0970625035fafbb2c02496f9a1b3839879b5e2 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.11"
+\version "2.1.13"
 
 
 % Ugh, we need to override some LaTeX titling stuff
@@ -16,7 +16,7 @@ texidoc = "@cindex Orchestra Score
 Demonstration of how to set up an orchestral score (Beethoven's Coriolan overture).
 " }
 
-#(set-staff-size 16)
+#(set-global-staff-size 16)
 
 raisedFlat = \markup { \raise #0.4 \smaller \smaller \musicglyph #"accidentals--1"  }
 
@@ -133,16 +133,16 @@ violoncello = \notes \relative c' {
     >>
   >>
   \paper {
-       \paperSixteen
-       indent=100.0\mm
-       linewidth=150.0\mm
-    \translator {
-      \RemoveEmptyStaffContext
-    }
-    \translator {
-      \OrchestralScoreContext
-      TimeSignature \override #'style = #'C
-    }
+      \paperSixteen
+      indent=100.0\mm
+      linewidth=150.0\mm
+      \translator {
+         \RemoveEmptyStaffContext
+      }
+      \translator {
+         \OrchestralScoreContext
+         TimeSignature \override #'style = #'C
+      }
   }
 }