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 |
  }
}

Reply via email to