Comment #12 on issue 1723 by [email protected]: beam fails to extend over rest, intermittently
http://code.google.com/p/lilypond/issues/detail?id=1723
It was a case of reading past the end of an array into uninitialized memory.
If infos.size() is zero for some reason when entering this function, you now get a quasi-infinite loop. Can you add a guard against this?
_______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
