]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-cross-staff-beam.ly
Revert "Issue 4082/2: Add scripts/auxiliar/smob-convert.sh for one-time C++ conversion"
[lilypond.git] / input / regression / slur-cross-staff-beam.ly
index 7d34fbbf047a57a94faf66aa05ebb45cb6ebec8e..834696a5be94c28859b946f548f8fb49d98f48c2 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.16.0"
+\version "2.17.25"
 
 \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)}
+    \stemDown f'8 \change Staff = rh f_( \change Staff = lh f_\marcato f)}
     \context Staff = lh { s1 }
     >>
 }