Re: Regression bug: Assertion error in 2.19.83

2019-10-19 Thread Malte Meyn
This doesn’t crash in current master. Am 19.10.19 um 21:11 schrieb Mats Bengtsson: Sorry, here comes the buggy example: \version "2.19.83" \relative c'{ \time 2/4 % This first line gives the error: d16 d64-. ( d-. d-. d-. ) e16 e16:64 fis16 fis16:64 g16 g16:64 | % Explicitly shortening the bea

Re: Regression bug: Assertion error in 2.19.83

2019-10-19 Thread Mats Bengtsson
Sorry, here comes the buggy example: \version "2.19.83" \relative c'{ \time 2/4 % This first line gives the error: d16 d64-. ( d-. d-. d-. ) e16 e16:64 fis16 fis16:64 g16 g16:64 | % Explicitly shortening the beam helps: d16 [ d64-. ( d-. d-. d-. )] e16 e16:64 fis16 fis16:64 g16 g16:64 | % Very s