]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-multiple-cross-staff.ly
Remove some warnigns from regtests
[lilypond.git] / input / regression / beam-multiple-cross-staff.ly
index 11388ecf103f1f327e1b3806446cb72cb1ad9c5c..a3e43bc24e53205e9a7f0d1c89ae7faba8ab92be 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.13"
+\version "2.14.0"
 \header {
 
   texidoc = "Kneed beams (often happens with cross-staff beams)
@@ -9,23 +9,23 @@ to the last beam.
 }
 
 \layout {
-  raggedright= ##t
+  ragged-right= ##t
 }
 
 \context PianoStaff \relative c' <<
-  \context Staff = SA {
+  \new Staff = SA {
     \stemDown
     c8[ c16 \change Staff = SB \stemUp c16 ]
     \stemNeutral
     f[ g \change Staff = SA a c] 
   }
-  \context Staff = SB \relative c' {
+  \new Staff = SB \relative c' {
     \clef bass
     b8[ b16 \stemUp b,,16 ]
 
     g'4\rest
     b,8[ b16 \stemDown b''16 b ]
-  }         
+  }
   
 >>