]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / beam-cross-staff.ly
index 2f4c6e2982a082084966735315612b92d343e1a0..9e639dbc66bb4df23b14552489f317e958302857 100644 (file)
@@ -1,34 +1,34 @@
 
-\version "1.9.1"
+\version "2.3.4"
 \header{
 texidoc="
 Beams can be typeset over fixed distance aligned staves, beam
-beautification doesn't really work, but knees do. Beams should be
+beautification does not really work, but knees do. Beams should be
 behave well, wherever the switching point is.
 "
 }
 \score{
-       \context PianoStaff <
-       \context Staff=one \notes\relative c'{
-               \stemUp  c8[ c \translator Staff=two \stemUp c c]
+       \context PianoStaff <<
+       \context Staff=one \relative c'{
+               \stemUp  c8[ c \change Staff=two \stemUp c c]
                 c[ c c c]
-               \translator Staff=one
-               \stemDown  c8[ c \translator Staff=two \stemUp c c]
+               \change Staff=one
+               \stemDown  c8[ c \change Staff=two \stemUp c c]
                r2
-               \stemDown  c8[ c \translator Staff=one \stemDown c c]
+               \stemDown  c8[ c \change Staff=one \stemDown c c]
                r2
-               \translator Staff=two
-               \stemUp  c8[ c \translator Staff=one \stemDown c c]
+               \change Staff=two
+               \stemUp  c8[ c \change Staff=one \stemDown c c]
                r2
        }
-       \context Staff=two \notes\relative c'{
+       \context Staff=two \relative c'{
                \clef bass
                s1
                s1
                s1
                s1
        }
-       >
+       >>
 }