score v.1.14 with Pedal do not open in 3.0

• Aug 14, 2018 - 12:09
Reported version
3.0
Type
Functional
Severity
S4 - Minor
Status
closed
Project

OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (32-bit): 3.0.0, revision: 3543170

Uploaded score do not open in 3.0

In debug console there is message:
Debug: 763 13: Expected character data.

Error is that MuseScore3.0 cannot read this segment

<Pedal>
.......
     <continueText>
      <style>29</style>
      <subtype>TextLine</subtype>
      <frame>0</frame>
      <html-data>
Attachment Size
66615.mscz 30.63 KB

Comments

Status (old) patch (code needs review) fixed
Status fixed

Fixed in branch master, commit d04f0e36a7

Fix #275259: add ability to read pedal from old score

1) add pedal to unit tests

2) add textline to unit tests

3) add ottava to unit tests