[Capella import] Loses start repeat bars (if not the first, in which case it crashes)

• Apr 27, 2013 - 09:12
Type
Functional
Severity
S4 - Minor
Status
closed
Project

See #14438: Problems with capella files, reply #11 issue d).


Comments

nd that is probably because of (in the libe above)

Measure* m = score->getCreateMeasure(tick-1);

where tick is 0 and there is no tick before that?
Also seems the check a few lines down

if (m == 0)
break;

comes too late...