bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cross staff Glissando or VoiceFollower over page break messes up staff s


From: Saul Tobin
Subject: Cross staff Glissando or VoiceFollower over page break messes up staff spacing
Date: Sun, 5 Feb 2023 13:13:55 -0800

\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

[Prev in Thread] Current Thread [Next in Thread]