diff --git a/libmscore/location.cpp b/libmscore/location.cpp index f821eb01de332..6ead7056e9e8d 100644 --- a/libmscore/location.cpp +++ b/libmscore/location.cpp @@ -83,6 +83,8 @@ void Location::read(XmlReader& e) _graceIndex = e.readInt(); else if (tag == "notes") _note = e.readInt(); + else if (tag == "timeTick") // 4.4+ compat + e.skipCurrentElement(); else e.unknown(); }