]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-interstaff.ly
release: 1.1.42
[lilypond.git] / input / test / beam-interstaff.ly
index 65e0a5d2c2b4c83b2c4f827266dbda265c31dc89..570b34a4d8acad4f016c70e74832d401dfb16b74 100644 (file)
@@ -1,8 +1,8 @@
 \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]
-               r2
+               [c c c c]
                \translator Staff=one
                \stemdown [c8 c \translator Staff=two \stemup c c]
                r2
@@ -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
-                       minVerticalAlign = 2.5*\staffheight;
-                       maxVerticalAlign = 2.5*\staffheight;
+                       \PianoStaffContext
+                       minVerticalAlign = 3.0*\staffheight;
+                       maxVerticalAlign = 3.0*\staffheight;
                }
-               linewidth=-1.;
+%              linewidth=-1.;
        }
 }
+
+\version "1.0.16";