]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-interstaff.ly
release: 1.1.42
[lilypond.git] / input / test / beam-interstaff.ly
index 37a6368ab635500b89edf7da08f540dc807b5117..570b34a4d8acad4f016c70e74832d401dfb16b74 100644 (file)
@@ -1,6 +1,6 @@
 \score{
-       \type GrandStaff <
-       \type Staff=one \notes\relative c'{
+       \context PianoStaff <
+       \context Staff=one \notes\relative c'{
                \stemup [c8 c \translator Staff=two \stemup c c]
                [c c c c]
                \translator Staff=one
@@ -12,7 +12,7 @@
                \stemup [c8 c \translator Staff=one \stemdown c c]
                r2
        }
-       \type Staff=two \notes\relative c'{
+       \context Staff=two \notes\relative c'{
                \clef bass;
                s1
                s1
        >
        \paper{
                \translator{
-                       \GrandStaffContext
+                       \PianoStaffContext
                        minVerticalAlign = 3.0*\staffheight;
                        maxVerticalAlign = 3.0*\staffheight;
                }
 %              linewidth=-1.;
        }
 }
+
+\version "1.0.16";