]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-cross-staff-beam.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[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 after line-breaking."
5 }
6
7 \paper { ragged-right=##t }
8 \score {
9     \new PianoStaff <<
10     \context Staff = rh \relative c'' { c8([ d) \change Staff = lh c,] }
11     \context Staff = lh { s4. }
12     >>
13 }