Skip to content

Commit

Permalink
Merge pull request music-encoding#2 from kepper/fix-MEI-neume-validation
Browse files Browse the repository at this point in the history
disallow custos and clef within syllable
  • Loading branch information
vigliensoni authored Nov 2, 2020
2 parents 414d632 + 78784fa commit e7b2940
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions customizations/mei-Neumes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,14 @@
<memberOf key="model.layerPart.neumes" mode="add"/>
</classes>
</elementSpec>

<!-- remove custos and clef (among others) from within syllable -->
<classSpec ident="model.eventLike" module="MEI.shared" type="model" mode="change">
<classes mode="change">
<memberOf key="model.syllablePart" mode="delete"/>
</classes>
</classSpec>


</schemaSpec>
</body>
Expand Down

0 comments on commit e7b2940

Please sign in to comment.