\version "2.24.0"

\paper {
  ragged-bottom = ##t
}

\layout {
  \context {
    \Score
     \override Glissando.breakable = ##t
     \override Glissando.after-line-breaking = ##t
  }
}

global = {
  s1
  \pageBreak
  s1
}

music = \relative c, {
  \clef bass
  f1\glissando |
  \change Staff = "RH"
  f'''1 |
}

<<
  \new Staff \global
  \new PianoStaff <<
    \new Staff = "RH" \global
    \new Staff = "LH" << \global \music >>
  >>
  \new Staff \global
>>

Same behavior with VoiceFollower as with Glisssando

Reply via email to