Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / input / regression / follow-voice-consecutive.ly
blob2a52080bbe535e1c898f48eb99b59bd73f830639
1 \version "2.12.0"
3 \header {
4 texidoc= "The voice follower is not confused when set for consecutive
5 sets of staff switches."
8 \new PianoStaff \relative c' <<
9 \new Staff = "one" {
11 \showStaffSwitch
12 \change Staff = two
14 \hideStaffSwitch
15 \change Staff = one
17 \showStaffSwitch
18 \change Staff = two
20 \hideStaffSwitch
22 \new Staff = "two" { \clef bass s1 }