The problem occurred in this commit https://github.com/musescore/MuseScore/commit/41fa148894483eba4a033d522…
Replacing xml.tagE("irregular"); by writeProperty doesn't work. TagE will create a single tag without text while writeProperty will write a tag with text = 1. When reading the resulting XML, the parser will clash...
Comments
corruption -> critical
I do not know exactly where (maybe have you already found?), but this issue occurs between March 26 with this Nightly: e26f32d
and good result:
and this one, on March 30: 41fa148
with warning and broken score.
Hi Nicolas, thanks for finding this issue. It indeed looks like the issue causing my corruption as well.
The problem occurred in this commit https://github.com/musescore/MuseScore/commit/41fa148894483eba4a033d522…
Replacing xml.tagE("irregular"); by writeProperty doesn't work. TagE will create a single tag without text while writeProperty will write a tag with text = 1. When reading the resulting XML, the parser will clash...
Fixed in e255f130a3
Automatically closed -- issue fixed for 2 weeks with no activity.