Skip to content

Commit

Permalink
Merge pull request music-encoding#1537 from rettinghaus/dev/noregex
Browse files Browse the repository at this point in the history
docs: remove regex from description
  • Loading branch information
musicEnfanthen authored Oct 21, 2024
2 parents 9aec663 + 29b3fef commit dba05a0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions source/modules/MEI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -492,15 +492,18 @@
</content>
</macroSpec>
<macroSpec ident="data.BEAT" module="MEI" type="dt">
<desc xml:lang="en">A beat location, <abbr>i.e.</abbr>, [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.</desc>
<desc xml:lang="en">A beat location, <abbr>i.e.</abbr>, a decimal number.</desc>
<content>
<rng:data type="decimal">
<rng:param name="minInclusive">0</rng:param>
</rng:data>
</content>
<remarks xml:lang="en">
<p>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.
</p>
</remarks>
</macroSpec>
<macroSpec ident="data.BEATRPT.REND" module="MEI" type="dt">
<desc xml:lang="en">Visual and performance information for a repeated beat symbol.</desc>
Expand Down

0 comments on commit dba05a0

Please sign in to comment.