Am Mo., 22. Juni 2026 um 16:21 Uhr schrieb Nicholas Hansen <[email protected]>: > > 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 | > } > }
Thanks for your report. Bug confirmed. First bad commit: commit c043783aac6c35926d633aa2daf60ed4f2e7ca7a Author: Thomas Morley <[email protected]> Date: Sun Jan 4 13:49:29 2026 +0100 Rewrite glissando-engraver in scheme Embarrassing... Not sure when I can take a closer look, though. Cheers, Harm
