]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-cross-staff-slope.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / beam-cross-staff-slope.ly
index 0d8a3e3a1a65518a4fd2c3cf52f249b951851020..24844a682e24a175d43c1289871490dd189f582d 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.7.13"
+\version "2.19.21"
 \header {
     texidoc = "Cross staff  (kneed) beams do not cause extreme slopes."
 }
 
-\layout { raggedright = ##t}
+\layout { ragged-right = ##t}
 
 \context PianoStaff <<
-  \context Staff = "up"
-  \relative c'' <<
+  \new Staff = "up"
+  \relative <<
     {
       \stemDown
-      f16( \> d b\! \change Staff = down \stemUp
+      f''16( d b \change Staff = down \stemUp
       \clef treble g ~ < g e>8)
       
       e[ \change Staff = up
@@ -25,7 +25,7 @@
       
     } \\
   >>
-  \context Staff = "down" {
+  \new Staff = "down" {
     \time 3/8 \clef bass s4.*3 }
 >>