Skip to content

Commit

Permalink
Mu4 compatibility: Ignore offsetNoteLineEndPoints style from 4.5 an…
Browse files Browse the repository at this point in the history
…d later
  • Loading branch information
Jojo-Schmitz committed Oct 8, 2024
1 parent 806ef55 commit 8ea5c91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmscore/style.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3753,6 +3753,8 @@ bool MStyle::readProperties450(XmlReader& e, int mscVersion)
e.skipCurrentElement();
if (tag == "lyricsDashFirstAndLastGapAreHalf") // Mu4.5+ only
e.skipCurrentElement();
if (tag == "offsetNoteLineEndPoints") // Mu4.5+ only
e.skipCurrentElement();
else if (tag == "spatium") // pre-4.5(?) typo
set(Sid::spatium, e.readDouble() * DPMM);
else // still no match
Expand Down

0 comments on commit 8ea5c91

Please sign in to comment.