Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rubric element #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions mei-Neumes_DEV.odd
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,32 @@
</attList>
</classSpec>

<elementSpec ident="rubric" module="MEI.neumes" mode="add">
<desc>Non-sung text found in liturgic manuscripts that gives information about the conduct
of the liturgy. Rubrics are typically (but not always) highlighted using red ink.
</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.facsimile"/>
<memberOf key="model.eventLike.neumes"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref name="model.nameLike.agent"/>
<rng:ref name="model.stageDirLike"/>
<rng:ref name="model.lbLike"/>
<rng:ref name="model.pbLike"/>
<rng:ref name="model.rendLike"/>
<rng:ref name="model.appLike"/>
<rng:ref name="model.editLike"/>
<rng:ref name="model.transcriptionLike"/>
</rng:choice>
</rng:zeroOrMore>
</content>
</elementSpec>

</schemaSpec>
</body>
</text>
Expand Down