Re: Setting Beam.details.beam-eps to +inf.0 makes the file compile forever
Werner LEMBERG <[email protected]> Thu, 18 Dec 2025 16:35:22 +0000
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <[email protected]> |
> Basically what the title says. The following code will never finish
> compiling:
>
> \version "2.25.31"
>
> {
> \override Beam.details.beam-eps = #+inf.0
> c'8 e' g' c''
> }
Oh, oh. Thanks for the report; I can reproduce that. Please open an
issue in the tracker!
Werner