2 % MERGED: stuff from follow-break.ly to follow-thread.ly
4 % followVoice: connect note heads with line when thread switches staff
5 \header{ texidoc="@cindex followVoice Thread
6 Threads can be traced automagically when they switch staves by setting
7 property @code{followVoice}. " }
13 \property PianoStaff.followVoice = ##t
14 \context Staff=one \context Voice {
15 \property Voice.VoiceFollower \set #'style = #'dashed-line
19 % these lines from follow-break.ly:
23 \context Staff=two {\clef bass \skip 1*3 }
27 \paper { raggedright = ##t }