]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-slope.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / beam-cross-staff-slope.ly
index 7af3f3fcd192e705191c27f65cd7135c1325bbab..24844a682e24a175d43c1289871490dd189f582d 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.6.0"
+\version "2.19.21"
 \header {
     texidoc = "Cross staff  (kneed) beams do not cause extreme slopes."
 }
 
-\layout { raggedright = ##t}
+\layout { ragged-right = ##t}
 
 \context PianoStaff <<
-  \context Staff = "up"
-  \relative c'' <<
+  \new Staff = "up"
+  \relative <<
     {
       \stemDown
-      f16( \> d b\! \change Staff = down \stemUp
+      f''16( d b \change Staff = down \stemUp
       \clef treble g ~ < g e>8)
       
       e[ \change Staff = up
@@ -25,7 +25,7 @@
       
     } \\
   >>
-  \context Staff = "down" {
+  \new Staff = "down" {
     \time 3/8 \clef bass s4.*3 }
 >>