Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Sep 19, 2023
1 parent a1f27e1 commit 03b82b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iomusxml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 03b82b6

Please sign in to comment.