Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / regression / voice-follower.ly
blob362622c63c844165142e5524035fd22d49780132
1 \version "2.10.0"
4 \header { texidoc= "
6 Whenever a voice switches to another staff a line connecting the notes
7 can be printed automatically. This is enabled if the property
8 @code{followVoice} is set to true. "
12 \layout{
13 ragged-right = ##t
16 \relative c'
17 \context PianoStaff <<
18 \set PianoStaff.followVoice = ##t
19 \new Staff = "one" \context Voice {
21 \change Staff=two
22 b2 a
24 \new Staff = "two" {\clef bass \skip 1*2 }