diff --git a/src/engraving/rw/read206/read206.cpp b/src/engraving/rw/read206/read206.cpp index 44448e69dc881..8f09bd03fce72 100644 --- a/src/engraving/rw/read206/read206.cpp +++ b/src/engraving/rw/read206/read206.cpp @@ -347,6 +347,10 @@ void Read206::readTextStyle206(MStyle* style, XmlReader& e, ReadContext& ctx, st ts = textStyle(ss); } for (const auto& i : *ts) { + if (ctx.shouldSkipProperty(i.pid)) { + continue; + } + PropertyValue value; if (i.sid == Sid::NOSTYLE) { break;