From 74208416962d42ffe9e6f3d5ff0f7215a7fca135 Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Sun, 6 Oct 2024 15:24:05 +0200 Subject: [PATCH 1/2] refine data.BEAT to remove regex --- source/modules/MEI.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/source/modules/MEI.xml b/source/modules/MEI.xml index dd866a375..d3bf0c758 100644 --- a/source/modules/MEI.xml +++ b/source/modules/MEI.xml @@ -492,15 +492,18 @@ - A beat location, i.e., [0-9]+(\.?[0-9]*)? The value must fall between 0 and the numerator - of the time signature + 1, where 0 represents the left bar line and the upper boundary - represents the right bar line. For example, in 12/8 the value must be in the range from 0 to - 13. + A beat location, i.e., a decimal number. 0 + +

The value must fall between 0 and the numerator of the time signature + 1, + where 0 represents the left bar line and the upper boundary represents the right bar line. + For example, in 12/8 the value must be in the range from 0 to 13. +

+
Visual and performance information for a repeated beat symbol. From 29b3feffe9001d17634e8021a00749f6c68de2c2 Mon Sep 17 00:00:00 2001 From: Klaus Rettinghaus Date: Fri, 18 Oct 2024 10:43:02 +0200 Subject: [PATCH 2/2] add language MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefan Münnich --- source/modules/MEI.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/modules/MEI.xml b/source/modules/MEI.xml index d3bf0c758..3a33ab848 100644 --- a/source/modules/MEI.xml +++ b/source/modules/MEI.xml @@ -498,7 +498,7 @@ 0 - +

The value must fall between 0 and the numerator of the time signature + 1, where 0 represents the left bar line and the upper boundary represents the right bar line. For example, in 12/8 the value must be in the range from 0 to 13.