diff --git a/src/iomusxml.cpp b/src/iomusxml.cpp index 94e8c50ab43..fd13a4b99da 100644 --- a/src/iomusxml.cpp +++ b/src/iomusxml.cpp @@ -3701,7 +3701,7 @@ void MusicXmlInput::ReadMusicXmlPrint(pugi::xml_node node, Section *section) Sb *sb = new Sb(); section->AddChild(sb); } - + if (std::string(node.child("measure-numbering").text().as_string()) == "none") { m_doc->GetCurrentScoreDef()->SetMnumVisible(BOOLEAN_false); }