Skip to content

Commit

Permalink
Auto-commit of schema build for music-encoding/music-encoding@1404440
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 22, 2024
1 parent 9c9c6ef commit 8aa4db2
Show file tree
Hide file tree
Showing 13 changed files with 118 additions and 46 deletions.
4 changes: 2 additions & 2 deletions dev/mei-CMN.rng
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
ns="http://www.music-encoding.org/ns/mei"><!--
Schema generated from ODD source 2024-11-22T09:36:11Z. .
Schema generated from ODD source 2024-11-22T10:01:43Z. .
TEI Edition: Development Version
TEI Edition Location: https://www.tei-c.org/Vault/P5//

Expand Down Expand Up @@ -6604,7 +6604,7 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5//
</define>
<define name="mei_data.INTERVAL.HARMONIC">
<data type="token">
<param name="pattern">[AdMmP][0-9]+</param>
<param name="pattern">[AdMmP][1-9][0-9]*</param>
</data>
</define>
<define name="mei_data.INTERVAL.MELODIC">
Expand Down
20 changes: 16 additions & 4 deletions dev/mei-CMN_compiled.odd
Original file line number Diff line number Diff line change
Expand Up @@ -1476,12 +1476,24 @@
</valList>
</content>
</macroSpec><macroSpec rend="add" ident="data.INTERVAL.HARMONIC" module="MEI" type="dt">
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating diatonic interval quality and size.</desc>
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating diatonic interval quality and size in shorthand notation.</desc>
<content xmlns:xi="http://www.w3.org/2001/XInclude">
<choice xmlns="http://relaxng.org/ns/structure/1.0"><rng:data xmlns="http://www.tei-c.org/ns/1.0" type="token">
<rng:param name="pattern">[AdMmP][0-9]+</rng:param>
<rng:param name="pattern">[AdMmP][1-9][0-9]*</rng:param>
</rng:data></choice>
</content>
<remarks xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">
<p>
<list>
<head>Interval qualities:</head>
<item>A = augmented,</item>
<item>d = diminished,</item>
<item>M = major,</item>
<item>m = minor,</item>
<item>P = perfect</item>
</list>
</p>
</remarks>
</macroSpec><macroSpec rend="add" ident="data.INTERVAL.MELODIC" module="MEI" type="dt">
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating direction of the interval but not its precise value, a diatonic
interval (with optional direction and quality), or a decimal value in half steps. Decimal
Expand Down Expand Up @@ -8091,8 +8103,8 @@
<p>The <att>string</att>, <att>fret</att>, and <att>fing</att> attributes are provided in
order to create displayable chord tablature grids. The <att>inth</att> (harmonic interval)
attribute may be used to facilitate automated performance of a chord. It gives the number of
1/2 steps above the bass. Of course, for the bass note itself, <att>inth</att> should be set
to <val>0</val>.</p>
diatonic steps above the bass. Of course, for the bass note itself, <att>inth</att> should be set
to <val>P1</val>.</p>
</remarks></elementSpec><elementSpec rend="add" ident="chordTable" module="MEI.harmony"><desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">Chord/tablature look-up table.</desc><classes xmlns:xi="http://www.w3.org/2001/XInclude">
<memberOf key="att.common"/>
<memberOf key="model.chordTableLike"/>
Expand Down
4 changes: 2 additions & 2 deletions dev/mei-Mensural.rng
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
ns="http://www.music-encoding.org/ns/mei"><!--
Schema generated from ODD source 2024-11-22T09:36:12Z. .
Schema generated from ODD source 2024-11-22T10:01:44Z. .
TEI Edition: Development Version
TEI Edition Location: https://www.tei-c.org/Vault/P5//

Expand Down Expand Up @@ -6564,7 +6564,7 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5//
</define>
<define name="mei_data.INTERVAL.HARMONIC">
<data type="token">
<param name="pattern">[AdMmP][0-9]+</param>
<param name="pattern">[AdMmP][1-9][0-9]*</param>
</data>
</define>
<define name="mei_data.INTERVAL.MELODIC">
Expand Down
20 changes: 16 additions & 4 deletions dev/mei-Mensural_compiled.odd
Original file line number Diff line number Diff line change
Expand Up @@ -1451,12 +1451,24 @@
</valList>
</content>
</macroSpec><macroSpec rend="add" ident="data.INTERVAL.HARMONIC" module="MEI" type="dt">
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating diatonic interval quality and size.</desc>
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating diatonic interval quality and size in shorthand notation.</desc>
<content xmlns:xi="http://www.w3.org/2001/XInclude">
<choice xmlns="http://relaxng.org/ns/structure/1.0"><rng:data xmlns="http://www.tei-c.org/ns/1.0" type="token">
<rng:param name="pattern">[AdMmP][0-9]+</rng:param>
<rng:param name="pattern">[AdMmP][1-9][0-9]*</rng:param>
</rng:data></choice>
</content>
<remarks xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">
<p>
<list>
<head>Interval qualities:</head>
<item>A = augmented,</item>
<item>d = diminished,</item>
<item>M = major,</item>
<item>m = minor,</item>
<item>P = perfect</item>
</list>
</p>
</remarks>
</macroSpec><macroSpec rend="add" ident="data.INTERVAL.MELODIC" module="MEI" type="dt">
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating direction of the interval but not its precise value, a diatonic
interval (with optional direction and quality), or a decimal value in half steps. Decimal
Expand Down Expand Up @@ -5721,8 +5733,8 @@
<p>The <att>string</att>, <att>fret</att>, and <att>fing</att> attributes are provided in
order to create displayable chord tablature grids. The <att>inth</att> (harmonic interval)
attribute may be used to facilitate automated performance of a chord. It gives the number of
1/2 steps above the bass. Of course, for the bass note itself, <att>inth</att> should be set
to <val>0</val>.</p>
diatonic steps above the bass. Of course, for the bass note itself, <att>inth</att> should be set
to <val>P1</val>.</p>
</remarks></elementSpec><elementSpec rend="add" ident="chordTable" module="MEI.harmony"><desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">Chord/tablature look-up table.</desc><classes xmlns:xi="http://www.w3.org/2001/XInclude">
<memberOf key="att.common"/>
<memberOf key="model.chordTableLike"/>
Expand Down
4 changes: 2 additions & 2 deletions dev/mei-Neumes.rng
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
ns="http://www.music-encoding.org/ns/mei"><!--
Schema generated from ODD source 2024-11-22T09:36:13Z. .
Schema generated from ODD source 2024-11-22T10:01:46Z. .
TEI Edition: Development Version
TEI Edition Location: https://www.tei-c.org/Vault/P5//

Expand Down Expand Up @@ -6586,7 +6586,7 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5//
</define>
<define name="mei_data.INTERVAL.HARMONIC">
<data type="token">
<param name="pattern">[AdMmP][0-9]+</param>
<param name="pattern">[AdMmP][1-9][0-9]*</param>
</data>
</define>
<define name="mei_data.INTERVAL.MELODIC">
Expand Down
20 changes: 16 additions & 4 deletions dev/mei-Neumes_compiled.odd
Original file line number Diff line number Diff line change
Expand Up @@ -1405,12 +1405,24 @@
</valList>
</content>
</macroSpec><macroSpec rend="add" ident="data.INTERVAL.HARMONIC" module="MEI" type="dt">
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating diatonic interval quality and size.</desc>
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating diatonic interval quality and size in shorthand notation.</desc>
<content xmlns:xi="http://www.w3.org/2001/XInclude">
<choice xmlns="http://relaxng.org/ns/structure/1.0"><rng:data xmlns="http://www.tei-c.org/ns/1.0" type="token">
<rng:param name="pattern">[AdMmP][0-9]+</rng:param>
<rng:param name="pattern">[AdMmP][1-9][0-9]*</rng:param>
</rng:data></choice>
</content>
<remarks xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">
<p>
<list>
<head>Interval qualities:</head>
<item>A = augmented,</item>
<item>d = diminished,</item>
<item>M = major,</item>
<item>m = minor,</item>
<item>P = perfect</item>
</list>
</p>
</remarks>
</macroSpec><macroSpec rend="add" ident="data.INTERVAL.MELODIC" module="MEI" type="dt">
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating direction of the interval but not its precise value, a diatonic
interval (with optional direction and quality), or a decimal value in half steps. Decimal
Expand Down Expand Up @@ -5563,8 +5575,8 @@
<p>The <att>string</att>, <att>fret</att>, and <att>fing</att> attributes are provided in
order to create displayable chord tablature grids. The <att>inth</att> (harmonic interval)
attribute may be used to facilitate automated performance of a chord. It gives the number of
1/2 steps above the bass. Of course, for the bass note itself, <att>inth</att> should be set
to <val>0</val>.</p>
diatonic steps above the bass. Of course, for the bass note itself, <att>inth</att> should be set
to <val>P1</val>.</p>
</remarks></elementSpec><elementSpec rend="add" ident="chordTable" module="MEI.harmony"><desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">Chord/tablature look-up table.</desc><classes xmlns:xi="http://www.w3.org/2001/XInclude">
<memberOf key="att.common"/>
<memberOf key="model.chordTableLike"/>
Expand Down
4 changes: 2 additions & 2 deletions dev/mei-all.rng
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
ns="http://www.music-encoding.org/ns/mei"><!--
Schema generated from ODD source 2024-11-22T09:36:06Z. .
Schema generated from ODD source 2024-11-22T10:01:38Z. .
TEI Edition: Development Version
TEI Edition Location: https://www.tei-c.org/Vault/P5//

Expand Down Expand Up @@ -6685,7 +6685,7 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5//
</define>
<define name="mei_data.INTERVAL.HARMONIC">
<data type="token">
<param name="pattern">[AdMmP][0-9]+</param>
<param name="pattern">[AdMmP][1-9][0-9]*</param>
</data>
</define>
<define name="mei_data.INTERVAL.MELODIC">
Expand Down
4 changes: 2 additions & 2 deletions dev/mei-all_anyStart.rng
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
ns="http://www.music-encoding.org/ns/mei"><!--
Schema generated from ODD source 2024-11-22T09:36:08Z. .
Schema generated from ODD source 2024-11-22T10:01:41Z. .
TEI Edition: Development Version
TEI Edition Location: https://www.tei-c.org/Vault/P5//

Expand Down Expand Up @@ -6685,7 +6685,7 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5//
</define>
<define name="mei_data.INTERVAL.HARMONIC">
<data type="token">
<param name="pattern">[AdMmP][0-9]+</param>
<param name="pattern">[AdMmP][1-9][0-9]*</param>
</data>
</define>
<define name="mei_data.INTERVAL.MELODIC">
Expand Down
20 changes: 16 additions & 4 deletions dev/mei-all_anyStart_compiled.odd
Original file line number Diff line number Diff line change
Expand Up @@ -1518,12 +1518,24 @@
</valList>
</content>
</macroSpec><macroSpec rend="add" ident="data.INTERVAL.HARMONIC" module="MEI" type="dt">
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating diatonic interval quality and size.</desc>
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating diatonic interval quality and size in shorthand notation.</desc>
<content xmlns:xi="http://www.w3.org/2001/XInclude">
<choice xmlns="http://relaxng.org/ns/structure/1.0"><rng:data xmlns="http://www.tei-c.org/ns/1.0" type="token">
<rng:param name="pattern">[AdMmP][0-9]+</rng:param>
<rng:param name="pattern">[AdMmP][1-9][0-9]*</rng:param>
</rng:data></choice>
</content>
<remarks xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">
<p>
<list>
<head>Interval qualities:</head>
<item>A = augmented,</item>
<item>d = diminished,</item>
<item>M = major,</item>
<item>m = minor,</item>
<item>P = perfect</item>
</list>
</p>
</remarks>
</macroSpec><macroSpec rend="add" ident="data.INTERVAL.MELODIC" module="MEI" type="dt">
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating direction of the interval but not its precise value, a diatonic
interval (with optional direction and quality), or a decimal value in half steps. Decimal
Expand Down Expand Up @@ -8251,8 +8263,8 @@
<p>The <att>string</att>, <att>fret</att>, and <att>fing</att> attributes are provided in
order to create displayable chord tablature grids. The <att>inth</att> (harmonic interval)
attribute may be used to facilitate automated performance of a chord. It gives the number of
1/2 steps above the bass. Of course, for the bass note itself, <att>inth</att> should be set
to <val>0</val>.</p>
diatonic steps above the bass. Of course, for the bass note itself, <att>inth</att> should be set
to <val>P1</val>.</p>
</remarks></elementSpec><elementSpec rend="add" ident="chordTable" module="MEI.harmony"><desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">Chord/tablature look-up table.</desc><classes xmlns:xi="http://www.w3.org/2001/XInclude">
<memberOf key="att.common"/>
<memberOf key="model.chordTableLike"/>
Expand Down
20 changes: 16 additions & 4 deletions dev/mei-all_compiled.odd
Original file line number Diff line number Diff line change
Expand Up @@ -1507,12 +1507,24 @@
</valList>
</content>
</macroSpec><macroSpec rend="add" ident="data.INTERVAL.HARMONIC" module="MEI" type="dt">
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating diatonic interval quality and size.</desc>
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating diatonic interval quality and size in shorthand notation.</desc>
<content xmlns:xi="http://www.w3.org/2001/XInclude">
<choice xmlns="http://relaxng.org/ns/structure/1.0"><rng:data xmlns="http://www.tei-c.org/ns/1.0" type="token">
<rng:param name="pattern">[AdMmP][0-9]+</rng:param>
<rng:param name="pattern">[AdMmP][1-9][0-9]*</rng:param>
</rng:data></choice>
</content>
<remarks xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">
<p>
<list>
<head>Interval qualities:</head>
<item>A = augmented,</item>
<item>d = diminished,</item>
<item>M = major,</item>
<item>m = minor,</item>
<item>P = perfect</item>
</list>
</p>
</remarks>
</macroSpec><macroSpec rend="add" ident="data.INTERVAL.MELODIC" module="MEI" type="dt">
<desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">A token indicating direction of the interval but not its precise value, a diatonic
interval (with optional direction and quality), or a decimal value in half steps. Decimal
Expand Down Expand Up @@ -8247,8 +8259,8 @@
<p>The <att>string</att>, <att>fret</att>, and <att>fing</att> attributes are provided in
order to create displayable chord tablature grids. The <att>inth</att> (harmonic interval)
attribute may be used to facilitate automated performance of a chord. It gives the number of
1/2 steps above the bass. Of course, for the bass note itself, <att>inth</att> should be set
to <val>0</val>.</p>
diatonic steps above the bass. Of course, for the bass note itself, <att>inth</att> should be set
to <val>P1</val>.</p>
</remarks></elementSpec><elementSpec rend="add" ident="chordTable" module="MEI.harmony"><desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">Chord/tablature look-up table.</desc><classes xmlns:xi="http://www.w3.org/2001/XInclude">
<memberOf key="att.common"/>
<memberOf key="model.chordTableLike"/>
Expand Down
2 changes: 1 addition & 1 deletion dev/mei-basic.rng
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
ns="http://www.music-encoding.org/ns/mei"><!--
Schema generated from ODD source 2024-11-22T09:36:10Z. .
Schema generated from ODD source 2024-11-22T10:01:42Z. .
TEI Edition: Development Version
TEI Edition Location: https://www.tei-c.org/Vault/P5//

Expand Down
4 changes: 2 additions & 2 deletions dev/mei-basic_compiled.odd
Original file line number Diff line number Diff line change
Expand Up @@ -5033,8 +5033,8 @@
<p>The <att>string</att>, <att>fret</att>, and <att>fing</att> attributes are provided in
order to create displayable chord tablature grids. The <att>inth</att> (harmonic interval)
attribute may be used to facilitate automated performance of a chord. It gives the number of
1/2 steps above the bass. Of course, for the bass note itself, <att>inth</att> should be set
to <val>0</val>.</p>
diatonic steps above the bass. Of course, for the bass note itself, <att>inth</att> should be set
to <val>P1</val>.</p>
</remarks></elementSpec><elementSpec rend="add" ident="chordTable" module="MEI.harmony"><desc xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">Chord/tablature look-up table.</desc><classes xmlns:xi="http://www.w3.org/2001/XInclude">
<memberOf key="att.common"/>

Expand Down
Loading

0 comments on commit 8aa4db2

Please sign in to comment.