Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
brdvd committed Sep 20, 2023
1 parent 18e2be5 commit e100f6a
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 @@ -3703,7 +3703,7 @@ void MusicXmlInput::ReadMusicXmlPrint(pugi::xml_node node, Section *section)
}

if (std::string(node.child("measure-numbering").text().as_string()) == "none") {
m_doc->GetCurrentScoreDef()->SetMnumVisible(BOOLEAN_false);
m_doc->GetFirstScoreDef()->SetMnumVisible(BOOLEAN_false);
}
}

Expand Down

0 comments on commit e100f6a

Please sign in to comment.