]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-auto-knee.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beam-cross-staff-auto-knee.ly
index cc9decfaa1af3421684d8a649cb666a5406dd4ad..5326f57b7949d0c73376338a281f6c10dae75650 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.16.0"
 
 \header{
 
@@ -8,17 +8,18 @@ produced with explicit staff switches)."
 
 }
 
+\layout{
+  ragged-right = ##t
+}
+
 \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.
   }
 >>
-\layout{
-  raggedright = ##t
-}