MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / follow-voice-break.ly
blob5c7b10a01726d5b6ac1712c021e8885294e0f004
2 \version "2.12.0"
3 \header{
4 texidoc = "
5 The line-spanners connects to the Y position of the note on the next line.
6 When put across line breaks, only the part before the line break is
7 printed.
12 \layout{ ragged-right = ##t }
16 \context PianoStaff <<
17 \set PianoStaff.followVoice = ##t
18 \new Staff = "one" \relative c''{
19 a1 \break
20 \change Staff=two
23 \new Staff = "two" { \clef bass \skip 1*2 }