]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-cross-staff.ly
patch::: 1.3.125.jcn5
[lilypond.git] / input / test / beam-cross-staff.ly
index 27e00e64b203c7c309523e293ff545c060331365..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,33 +0,0 @@
-\score{
-       \context PianoStaff <
-       \context Staff=one \notes\relative c'{
-               \stemup [c8 c \translator Staff=two \stemup c c]
-               [c c c c]
-               \translator Staff=one
-               \stemdown [c8 c \translator Staff=two \stemup c c]
-               r2
-               \stemdown [c8 c \translator Staff=one \stemdown c c]
-               r2
-               \translator Staff=two
-               \stemup [c8 c \translator Staff=one \stemdown c c]
-               r2
-       }
-       \context Staff=two \notes\relative c'{
-               \clef bass;
-               s1
-               s1
-               s1
-               s1
-       }
-       >
-       \paper{
-               \translator{
-                       \PianoStaffContext
-                       minVerticalAlign = 3.0*\staffheight;
-                       maxVerticalAlign = 3.0*\staffheight;
-               }
-%              linewidth=-1.;
-       }
-}
-
-\version "1.3.5";