MusicMXL crashes

• Aug 27, 2023 - 11:28

I need a MusicMXL to send with my files up line. It crashes when I open it to do my final checks against the original score. I've Reset to Factory settings. It hasn't made a difference. Other suggestions?

Thanks, wizards. <3

Attachment Size
music388_389.mscz 30.49 KB
music388_389.mxl 3.9 KB

Comments

In reply to by Jojo-Schmitz

3.7 crashes in bool MusicXMLParserNotations::skipCombine(const Notation& n1, const Notation& n2) at

      bool upMarcatoDownOther = (n1.name() == "strong-accent" && n1.attribute("type") == "up" &&
                                n2.attribute("placement") == "below") || 
                                (n2.name() == "strong-accent" && n2.attribute("type") == "up" &&
                                n1.attribute("placement") == "below");

Seems MuseScore's MusicXML import tries to combine 3 articulations, Marcato, Tenuto and Staccato, but the code is only expecting to combine 2 of these, Marcatop + Tenuto, or Marcato + Staccato

Do you still have an unanswered question? Please log in first to post your question.