]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-auto-knee.ly
DOC -- run convert-ly on all docs
[lilypond.git] / input / regression / beam-cross-staff-auto-knee.ly
index 85fe59300d09688cc44e93497cf641884876dfaa..3c9b1650fa9a9eb3495b750a798b1dde61d38cb4 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.32"
+\version "2.12.0"
 
 \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.
   }