]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-interstaff.ly
release: 1.1.41
[lilypond.git] / input / test / beam-interstaff.ly
index 37a6368ab635500b89edf7da08f540dc807b5117..e30a5f7633b85cd2156fdab0a685110d3368e3a9 100644 (file)
@@ -1,6 +1,6 @@
 \score{
-       \type GrandStaff <
-       \type Staff=one \notes\relative c'{
+       \context GrandStaff <
+       \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
@@ -29,3 +29,5 @@
 %              linewidth=-1.;
        }
 }
+
+\version "1.0.16";