]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ossia.ly
* lily/paper-book.cc (output): load framework module
[lilypond.git] / input / test / ossia.ly
index 979203a69b91a4feca44d71d3f8b989aab87e12a..7d559488f1a8978b1646b2260b0a196dfdc001d6 100644 (file)
@@ -1,12 +1,10 @@
-\header { texidoc = "A temporary ossia in an instrumental part for
-    just a few bars on a separate staff. Here is an example using
-    proper short staffs. A simpler solution is to instantiate a full
-    staff, and let @code{RemoveEmptyStaffContext} take out the unused parts.
-
-   Both solutions are demonstrated here.
+\header { texidoc = "A temporary ossia in an instrumental part may
+    be printed using a separate, short staff. A simpler solution is 
+    also given: instantiate a full staff, and let 
+    @code{RemoveEmptyStaffContext} take out the unused parts.
 " }
 
-\version "2.1.22"
+\version "2.3.2"
 
 \score {
     \notes\relative c''
@@ -34,9 +32,9 @@
 
     \paper {
        raggedright= ##t
-       \translator {\RemoveEmptyStaffContext}
-       \translator {
-           \ScoreContext
+       \context {\RemoveEmptyStaffContext}
+       \context {
+           \Score
            \remove System_start_delimiter_engraver
            }
     }