Skip to content

Commit

Permalink
Merge pull request #3678 from rettinghaus/develop-musicxml
Browse files Browse the repository at this point in the history
fix #3677
  • Loading branch information
lpugin authored May 14, 2024
2 parents 35538a9 + dc37449 commit bc7bda5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/iomusxml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1835,6 +1835,9 @@ void MusicXmlInput::ReadMusicXmlAttributes(

section->AddChild(scoreDef);
}
else if (time && node.select_node("ancestor::part[(preceding-sibling::part)]")) {
m_meterUnit = time.child("beat-type").text().as_int();
}

pugi::xpath_node measureRepeat = node.select_node("measure-style/measure-repeat");
pugi::xpath_node measureSlash = node.select_node("measure-style/slash");
Expand Down

0 comments on commit bc7bda5

Please sign in to comment.