MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / slur-cross-staff-beam.ly
blobdff288e8114f1a6a96d19fe0c988895dabf155eb
1 \version "2.12.0"
3 \header {
4 texidoc = "Slurs that depend on a cross-staff beam are not calculated until after line-breaking."
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. }