Version 2.26.0 Causing Glissando and Line Break Issue

Nicholas Hansen <[email protected]> Mon, 22 Jun 2026 07:20:25 -0700
Newsgroups gmane.comp.gnu.lilypond.bugs
Message-ID <CAAR8HUPR96KkXB3XiQotLi-qKdzyhXTdgba7UCeNNBsWXsYHRA@mail.gmail.com>
When i run this code in 2.26.0, the glissando doesn't print and Lilypond
doesn't automatically line break. If I run it with 2.24.4, the glissando
prints and it line breaks as expected. The first measure is the only issue;
the following G 16ths are there to take up space.
I can attach the glissando directly to the first G in the chord and it line
breaks, but the glissando doesn't print.
Thank you for any help you can provide.

\version "2.26.0"

\score {
  \relative c''' {
    <g c,,>2.\glissando aes8 g |
    g16 g g g g g g g g g g g g g g g |
    g16 g g g g g g g g g g g g g g g |
    g16 g g g g g g g g g g g g g g g |
    g16 g g g g g g g g g g g g g g g |
  }
}