]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-cross-staff-beam.ly
7d34fbbf047a57a94faf66aa05ebb45cb6ebec8e
[lilypond.git] / input / regression / slur-cross-staff-beam.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Slurs that depend on a cross-staff beam are not calculated until
5 after 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'' { c8([ d) \change Staff = lh c,] r
12      \stemDown c'8 \change Staff = rh c_( \change Staff = lh c_\marcato c)}
13     \context Staff = lh { s1 }
14     >>
15 }