From 03b82b60644bef6fd7ef035e9cd3039414b8f91a Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Tue, 19 Sep 2023 11:44:44 +0200 Subject: [PATCH] formatting --- src/iomusxml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }