]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-cross-staff-beam.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / slur-cross-staff-beam.ly
index 7d34fbbf047a57a94faf66aa05ebb45cb6ebec8e..342ddf5873259da1d6d32d2ff06e1c898c1343b0 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Slurs that depend on a cross-staff beam are not calculated until
-after line-breaking and after inside-going articulations have been placed."
+after line-breaking, and after inside-going articulations have been placed."
 }
 
 \paper { ragged-right=##t }
 \score {
     \new PianoStaff <<
-    \context Staff = rh \relative c'' { c8([ d) \change Staff = lh c,] r
-     \stemDown c'8 \change Staff = rh c_( \change Staff = lh c_\marcato c)}
+    \context Staff = rh \relative { c''8([ d) \change Staff = lh c,] r
+    \stemDown f'8 \change Staff = rh f_( \change Staff = lh f_\marcato f)}
     \context Staff = lh { s1 }
     >>
 }