]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-cross-staff-beam.ly
side-position-interface: cross-staff items, issue 3363
[lilypond.git] / input / regression / slur-cross-staff-beam.ly
index ea9d13df3aab07d23d57bed6da76eb3cf3c38a62..eca5fe88b931fe1b0c6279fd9ffa7344bbcaf24a 100644 (file)
@@ -1,13 +1,15 @@
-\version "2.11.29"
+\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 }
+\paper { ragged-right=##t }
 \score {
     \new PianoStaff <<
-    \context Staff = rh \relative { c'8([ d) \change Staff = lh c,] }
-    \context Staff = lh { s4. }
+    \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 = lh { s1 }
     >>
-}
\ No newline at end of file
+}