]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-auto-knee.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / beam-cross-staff-auto-knee.ly
index 85fe59300d09688cc44e93497cf641884876dfaa..bab2d49ab31407f0438f45afde0ae7095a69da47 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.32"
+\version "2.11.51"
 
 \header{
 
@@ -13,12 +13,12 @@ produced with explicit staff switches)."
 }
 
 \context PianoStaff <<
-  \context Staff = "up" \relative c''{
+  \new Staff = "up" \relative c''{
     b8[ \change Staff="down" d,, ]
     c[ \change Staff="up" c'' ]
     b,[ \change Staff="down" d^"no knee" ]
   }
-  \context Staff = "down" {
+  \new Staff = "down" {
     \clef bass 
     s2.
   }