]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-auto-knee.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / beam-cross-staff-auto-knee.ly
index 63d3cd38887ff59ebc2108bf24a311059a26b30f..5326f57b7949d0c73376338a281f6c10dae75650 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.13"
+\version "2.16.0"
 
 \header{
 
@@ -9,16 +9,16 @@ produced with explicit staff switches)."
 }
 
 \layout{
-  raggedright = ##t
+  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.
   }