att.rehearsal

Attributes used by scoreDef and staffDef to provide default information about rehearsal numbers/letters.
Module
MEI.cmn
Attributes
reh.enclose
reh.enclose(optional)Describes the enclosing shape for rehearsal marks. Allowed values are: "box" (Enclosed by box.), "circle" (Enclosed by circle.), "none" (No enclosing shape.)
reh.enclose(optional)Describes the enclosing shape for rehearsal marks. Allowed values are: "box" (Enclosed by box.), "circle" (Enclosed by circle.), "none" (No enclosing shape.)
Common Music Notation (CMN) repertoire component declarations.
reh.enclose(optional)Describes the enclosing shape for rehearsal marks. Allowed values are: "box" (Enclosed by box.), "circle" (Enclosed by circle.), "none" (No enclosing shape.)
Available at
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
Declaration
<classSpec ident="att.rehearsal" module="MEI.cmn" type="atts">
<desc>Attributes used by scoreDef and staffDef to provide default information about rehearsal numbers/letters.</desc>
<attList org="group">
<attDef ident="reh.enclose" usage="opt">
<desc>Describes the enclosing shape for rehearsal marks.</desc>
<valList type="closed">
<valItem ident="box">
<desc>Enclosed by box.</desc>
</valItem>
<valItem ident="circle">
<desc>Enclosed by circle.</desc>
</valItem>
<valItem ident="none">
<desc>No enclosing shape.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>