att.rehearsal

Attributes used by scoreDef and staffDef to provide default information about rehearsal numbers/letters.
Module
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
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Component declarations that are shared between two or more modules.
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Declaration
<classSpec ident="att.rehearsal" module="MEI.cmn" type="atts">
<desc xml:lang="en">Attributes used by scoreDef and staffDef to provide default information about rehearsal numbers/letters.</desc>
<attList>
<attDef ident="reh.enclose" usage="opt">
<desc xml:lang="en">Describes the enclosing shape for rehearsal marks.</desc>
<valList type="closed">
<valItem ident="box">
<desc xml:lang="en">Enclosed by box.</desc>
</valItem>
<valItem ident="circle">
<desc xml:lang="en">Enclosed by circle.</desc>
</valItem>
<valItem ident="none">
<desc xml:lang="en">No enclosing shape.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>