Hi :) I've found something that may be a bug, intended/expected/very
obvious of course that's going to happen behaviour, or known issue. I've
not found it in the issue tracker or anywhere else, so thought to send it
here.
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''
}
Worth noting that setting the property to -inf.0 has little effect on
compiling speed! Positive numbers in the tens of thousands start making the
compiler lag, and by "9999999" in my tests it still hadn't compiled after a
few minutes. I've thus extrapolated that +inf.0 will make it compile
forever. I have not tested how far back this goes, haven't had time for it,
sorry :(
Have a good day!
Luise