]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/voice-follower.ly
*** empty log message ***
[lilypond.git] / input / regression / voice-follower.ly
1 \header { texidoc= "
2
3 Whenever a voice switches to another staff a line connecting the notes
4 can be printed automatically. This is enabled if the property
5 @code{Thread.followVoice} is set to true. "
6
7 }
8 \score {
9 \notes \relative c'
10 \context PianoStaff <
11     \property PianoStaff.followVoice = ##t
12     \context Staff \context Voice {
13       c1
14       \translator Staff=two
15       b2 a
16     }
17     \context Staff=two {\clef bass \skip 1*2 }
18   >\paper{ 
19 linewidth =-1.
20 }}