Skip to content

Commit

Permalink
disallow custos and clef within syllable
Browse files Browse the repository at this point in the history
please check for side effects
  • Loading branch information
kepper committed Oct 16, 2020
1 parent 414d632 commit 78784fa
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 78784fa

Please sign in to comment.