Skip to content

Commit

Permalink
handle 2.0.7 files
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Sep 5, 2017
1 parent 6cc0c2e commit 4e316e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libmscore/scorefile.cpp
Expand Up @@ -924,7 +924,8 @@ Score::FileError MasterScore::read1(XmlReader& e, bool ignoreVersionError)
Score::FileError error;
if (mscVersion() <= 114)
error = read114(e);
else if (mscVersion() <= 206)
// else if (mscVersion() <= 206)
else if (mscVersion() <= 207)
error = read206(e);
else
error = read300(e);
Expand Down
1 change: 1 addition & 0 deletions vtest/edit
Expand Up @@ -5,5 +5,6 @@
#

MSCORE=../build.debug/mscore/mscore
echo $MSCORE $1.mscz
$MSCORE $1.mscz

0 comments on commit 4e316e8

Please sign in to comment.