fix regression: Crash on score containing Parts with a single voice
This commit is contained in:
parent
4688086419
commit
f72566a8bb
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue