1\version "2.19.21"
2
3\header {
4  texidoc = "Slurs that depend on a cross-staff beam are not calculated until
5after line-breaking, and after inside-going articulations have been placed."
6}
7
8\paper { ragged-right=##t }
9\score {
10    \new PianoStaff <<
11    \context Staff = rh \relative { c''8([ d) \change Staff = lh c,] r
12    \stemDown f'8 \change Staff = rh f_( \change Staff = lh f_\marcato f)}
13    \context Staff = lh { s1 }
14    >>
15}
16