]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-cross-staff-beam.ly
Merge branch 'stable'
[lilypond.git] / input / regression / slur-cross-staff-beam.ly
1 \version "2.12.0"
2
3 \header {
4   texidoc = "Slurs that depend on a cross-staff beam are not calculated until after line-breaking."
5 }
6
7 \paper{ ragged-right=##t }
8 \score {
9     \new PianoStaff <<
10     \context Staff = rh \relative { c'8([ d) \change Staff = lh c,] }
11     \context Staff = lh { s4. }
12     >>
13 }