Skip to content

Commit

Permalink
Use 5.1 customization schema [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Feb 6, 2025
1 parent 09a14a7 commit c6ec08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iomei.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ bool MEIOutput::Export()
// schema processing instruction
std::string schema;
if (this->IsPageBasedMEI()) {
schema = "https://www.verovio.org/schema/5.0/mei-verovio.rng";
schema = "https://www.verovio.org/schema/5.1/mei-verovio.rng";
}
else if (this->GetBasic()) {
schema = "https://music-encoding.org/schema/5.1/mei-basic.rng";
Expand Down

0 comments on commit c6ec08c

Please sign in to comment.