Next: Cross-staff stems, Previous: Changing staff automatically, Up: Common notation for keyboards
Whenever a voice switches to another staff, a line connecting the notes can be printed automatically:
\new PianoStaff << \new Staff = "one" { \showStaffSwitch c1 \change Staff = "two" b2 a } \new Staff = "two" { \clef bass s1*2 } >>
\showStaffSwitch
,
\hideStaffSwitch
.
Snippets: Keyboards.
Internals Reference: Note_head_line_engraver, VoiceFollower.