]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/extra-staff.ly
instrument name fixup.
[lilypond.git] / input / test / extra-staff.ly
index 24bb53839e990f8aac9a4e818bf617e6de6aaa32..71a54da3f226485b3724bebac03ba2ce19edad68 100644 (file)
@@ -1,6 +1,7 @@
-#(ly:set-option 'old-relative)
-\version "1.9.4"
-% definately wil be renamed to something.
+
+\version "2.7.39"
+
+% definitely wil be renamed to something.
 %{
 (Message vers:9)
 To: Adrian Mariano <adrian@camcornelledu>.
@@ -25,24 +26,27 @@ Try this (we'll include it in pl23/24):
 extra-staff.ly:
 %}
 
+
 \header{ texidoc="@cindex Staff Extra
 @cindex Staff Ossia
-You can add an extra staff after the beginning of a piece. "}
+You can add (possibly temporarily) an extra staff after the beginning of 
+a piece. "
+}
 
 \score {
        <<
-               \new Staff \notes\relative c''{ c1 c c c c }
-               \new StaffGroup \notes\relative c''{ 
+               \new Staff \relative c''{ c1 c c c c }
+               \new StaffGroup \relative c''{ 
                        \new Staff 
                        c1 c
-                       << \new Staff { c1 } \new Staff { c1 } >>
+                       << c1 \new Staff { c1 } >>
                        c
                }
        >>
-       \paper {
-               raggedright = ##t
-               \translator{
-                       \ScoreContext
+       \layout {
+               ragged-right = ##t
+               \context{
+                       \Score
 
                }
        }