]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-container.ly
*** empty log message ***
[lilypond.git] / input / test / staff-container.ly
index 726cfb7eae13e1b056d1e229a243e9af324b4699..0128bfb1f3aba4033c1b702c85276cfef1d7c616 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.36"
+\version "2.3.8"
 
 \header {
 
@@ -7,7 +7,7 @@
 In this preliminary test of a modern score, the staff lines are washed
 out temporarily. This is done by making a tuned @code{StaffContainer},
 which @code{\skip}s some notes without printing lines either and
-creates a @code{\new Staff} then in order to create the lines again.
+creates a @code{\\new Staff} then in order to create the lines again.
 (Be careful if you use this; it has been done by splitting the
 grouping @code{Axis_group_engraver} and creating functionality into 
 separate contexts, but the clefs and time signatures may not do
@@ -20,7 +20,7 @@ what you would expect.)
 
 
 \score  {
-    \notes \relative c'' <<
+     \relative c'' <<
        \new StaffContainer {
 
            %% need << >>, otherwise we descend to the voice inside SA  
@@ -38,7 +38,7 @@ what you would expect.)
 
     \paper {
        \context {
-           \ScoreContext
+           \Score
            \accepts StaffContainer
            \denies Staff
        }
@@ -47,13 +47,13 @@ what you would expect.)
            \consists Clef_engraver
            \consists Time_signature_engraver
            \consists Separating_line_group_engraver
-           \consistsend "Axis_group_engraver"
+           \consists "Axis_group_engraver"
            \accepts "Staff"
            
            \name StaffContainer
        }
        \context {
-           \StaffContext
+           \Staff
            \remove Axis_group_engraver
            \remove Separating_line_group_engraver
            \remove Clef_engraver