]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-cross-staff-beam.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / slur-cross-staff-beam.ly
index 12c9c1f7a92683ec2e2df2270a361ff14bac9ff0..834696a5be94c28859b946f548f8fb49d98f48c2 100644 (file)
@@ -1,13 +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."
+  texidoc = "Slurs that depend on a cross-staff beam are not calculated until
+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,] }
-    \context Staff = lh { s4. }
+    \context Staff = rh \relative c'' { c8([ d) \change Staff = lh c,] r
+    \stemDown f'8 \change Staff = rh f_( \change Staff = lh f_\marcato f)}
+    \context Staff = lh { s1 }
     >>
 }