Skip to content

Commit

Permalink
Merge pull request music-encoding#696 from th-we/pr/ossia-below
Browse files Browse the repository at this point in the history
Allow ossia staves below the regular staves
  • Loading branch information
bwbohl authored and rettinghaus committed Mar 9, 2023
1 parent 38aac1e commit 5cbbd65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/modules/MEI.cmn.xml
Expand Up @@ -2113,22 +2113,22 @@
</classes>
<content>
<rng:choice>
<rng:group>
<rng:interleave>
<rng:oneOrMore>
<rng:ref name="oStaff"/>
</rng:oneOrMore>
<rng:oneOrMore>
<rng:ref name="model.staffLike"/>
</rng:oneOrMore>
</rng:group>
<rng:group>
</rng:interleave>
<rng:interleave>
<rng:oneOrMore>
<rng:ref name="oLayer"/>
</rng:oneOrMore>
<rng:oneOrMore>
<rng:ref name="model.layerLike"/>
</rng:oneOrMore>
</rng:group>
</rng:interleave>
</rng:choice>
</content>
<constraintSpec ident="Check_ossia" scheme="isoschematron">
Expand Down

0 comments on commit 5cbbd65

Please sign in to comment.