fix regression: Crash on score containing Parts with a single voice

This commit is contained in:
Werner Schweer 2016-09-20 11:24:28 +02:00
parent 4688086419
commit f72566a8bb

View file

@ -163,6 +163,7 @@ bool Score::read(XmlReader& e)
int dtrack = e.intAttribute("dstTrack", -1);
if (strack != -1 && dtrack != -1)
e.tracks().insert(strack, dtrack);
e.skipCurrentElement();
}
else if (tag == "Score") { // recursion
if (MScore::noExcerpts)