]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/extra-staff.ly
patch::: 1.3.118.jcn1
[lilypond.git] / input / test / extra-staff.ly
index 49a0e0e908d8c4e8bfd68f8d304fb1741600fed0..458ca1a7e7061712bfb2c50d1099eff622830944 100644 (file)
@@ -24,11 +24,11 @@ extra-staff.ly:
 
 \score {
        <
-               \type Staff=i \notes\relative c''{ c1 c c c c }
-               \type StaffGroup=ii \notes\relative c''{ 
-                       \type Staff=ii
+               \context Staff=i \notes\relative c''{ c1 c c c c }
+               \context StaffGroup=ii \notes\relative c''{ 
+                       \context Staff=ii
                        c1 c
-                       < \type Staff=ii { c1 } \type Staff=iii { c1 } >
+                       < \context Staff=ii { c1 } \context Staff=iii { c1 } >
                        c
                }
        >
@@ -36,9 +36,10 @@ extra-staff.ly:
                linewidth = -1.;
                \translator{
                        \ScoreContext
-                       minVerticalAlign = 2.0*\staffheight;
-                       maxVerticalAlign = 2.0*\staffheight;
+
                }
        }
 }
 
+
+\version "1.3.117";