From c6ec08c5d9be2f9eb5d5e0972a51cf95c9f24ea4 Mon Sep 17 00:00:00 2001 From: Laurent Pugin Date: Thu, 6 Feb 2025 16:49:36 +0100 Subject: [PATCH] Use 5.1 customization schema [skip-ci] --- src/iomei.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iomei.cpp b/src/iomei.cpp index d689f0a846..92d303ee49 100644 --- a/src/iomei.cpp +++ b/src/iomei.cpp @@ -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";