]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-slope.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / beam-cross-staff-slope.ly
index 9af23bc953029983b180360418ef3e8dd18f7b01..037c4cc520ec7532391c6ea6294c55c2ac9353fc 100644 (file)
@@ -1,32 +1,32 @@
-\version "1.7.18"
+\version "2.4.0"
 \header {
-    texidoc = "Cross staff  (kneed) beams don't cause extreme slopes."
+    texidoc = "Cross staff  (kneed) beams do not cause extreme slopes."
 }
 
 \score {
-    \notes\context PianoStaff <
-    \context Staff = up
-    \relative c'' <
+    \context PianoStaff <<
+    \context Staff = "up"
+    \relative c'' <<
         {
            \stemDown
-            f16( \> d \! b \translator Staff = down \stemUp
-            \clef treble g ~ << g e>>8-)
+            f16( \> d b\! \change Staff = down \stemUp
+            \clef treble g ~ < g e>8)
            
-            e-[ \translator Staff = up
+            e[ \change Staff = up
            \stemDown
            e e]
-           \translator Staff = down
+           \change Staff = down
            \stemUp
-           [
-           e8. \translator Staff = up
+           e8.[
+               \change Staff = up
            \stemDown
            e8.]
            
        } \\
-    >
-    \context Staff = down {
+    >>
+    \context Staff = "down" {
         \time 3/8 \clef bass s4.*3 }
-    >
-    \paper { raggedright = ##t}
+    >>
+    \layout { raggedright = ##t}
 }