]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/coriolan-margin.ly
(fill_pages): New method. Try to cramp or
[lilypond.git] / input / test / coriolan-margin.ly
index dfef778b976b0f1fa1e4253bdc196369b9dc525f..e430486f42ba11eee4be4737eb0b72ab7f5a00c2 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.22"
+\version "2.1.30"
 
 
 % Ugh, we need to override some LaTeX titling stuff
@@ -13,7 +13,9 @@
 
 texidoc = "@cindex Orchestra Score
 @cindex Coriolan Score
-Demonstration of how to set up an orchestral score (Beethoven's Coriolan overture).
+In an orchestral score (Beethoven's Coriolan overture), there are 
+different instrument groups, and some of the instruments may be
+transposed. Instruments are indicated either with a long or short name.
 " }
 
 #(set-global-staff-size 16)
@@ -132,12 +134,12 @@ violoncello = \notes \relative c' {
       \paperSixteen
       indent=100.0\mm
       linewidth=150.0\mm
-      \translator {
+      \context {
          \RemoveEmptyStaffContext
       }
-      \translator {
+      \context {
          \OrchestralScoreContext
-         TimeSignature \override #'style = #'C
+         \override TimeSignature #'style = #'C
       }
   }
 }