Re: How to delete a created Glissando without impact on line break?
Thomas Morley <[email protected]> Sun, 28 Jun 2026 21:39:21 +0200
| Newsgroups | gmane.comp.gnu.lilypond.devel |
|---|---|
| Message-ID | <CABsfGyXEZC9TTNZY6BfuAN1owbwKxxBsHxtwK1YTWzamnUjndg@mail.gmail.com> |
Am So., 28. Juni 2026 um 21:18 Uhr schrieb Dan Eble <[email protected]>: > > On 2026-06-28 14:59, Thomas Morley wrote: > > Am So., 28. Juni 2026 um 19:28 Uhr schrieb Dan Eble > > <[email protected]>: > >> > >> Probably, the best response would be to update the Scheme implementation > >> of Glissando_engraver to defer grob suicide similarly. Since the issue > ...> > > Doing it in `stop-translation-timestep` seems to work, though Mike's > > fix for #1639 does it in `finalize`. > > Do you have an advice on it? > > Well, I could try it out by running regtests, but maybe you have some > > insight already. > > I don't know whether there was a reason to wait until `finalize`. > Nothing stands out to me. > > Since you've found it easy to do it in `stop-translation-timestep`, I > encourage you to run the regression tests. > -- > Dan > https://gitlab.com/lilypond/lilypond/-/merge_requests/3072