[trunk] Crash when opening score that contains tied 1/8 note created in 1.1
Open the enclosed score which was produced in 1.1.
Works OK with the same score created with trunk version (2nd attachment).
Crashes in the code inserted for R5272, Beam:add (sorting):
if (_elements[i]->segment()->tick() >= a->segment()->tick()) {
Segment::tick
return _tick + measure()->tick();
this is null.
Attachment | Size |
---|---|
one tie 1.1.mscx | 17.68 KB |
one tie.mscz | 1.66 KB |
Comments
fixed in r5273. Seems to be a regresssion of #14668.
Automatically closed -- issue fixed for 2 weeks with no activity.