Skip to content

Commit

Permalink
Update MEI.neumes.xml for <divLine>
Browse files Browse the repository at this point in the history
Update MEI.neumes.xml. Alphabetized the order of classes and attribute values in `<divLine>`.
  • Loading branch information
fujinaga authored Oct 29, 2020
1 parent caf8ca7 commit 401a16f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/modules/MEI.neumes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@
<classes>
<memberOf key="att.basic"/>
<memberOf key="att.classed"/>
<memberOf key="att.color" />
<memberOf key="att.facsimile"/>
<memberOf key="att.labelled"/>
<memberOf key="att.linking"/>
Expand All @@ -530,7 +531,6 @@
<memberOf key="att.visibility" />
<memberOf key="att.xy" />
<memberOf key="att.visualOffset.ho" />
<memberOf key="att.color" />
</classes>
<attList>
<attDef ident="form" usage="opt">
Expand All @@ -539,12 +539,12 @@
<rng:data type="NMTOKEN"/>
</datatype>
<valList type="semi">
<valItem ident="minima"/>
<valItem ident="caesura"/>
<valItem ident="finalis"/>
<valItem ident="maior"/>
<valItem ident="maxima"/>
<valItem ident="finalis"/>
<valItem ident="minima"/>
<valItem ident="virgula"/>
<valItem ident="caesura"/>
</valList>
</attDef>
</attList>
Expand Down

0 comments on commit 401a16f

Please sign in to comment.