att.rehearsal

Attributes used by scoreDef and staffDef to provide default information about rehearsal numbers/letters.
Module MEI.cmn
Members
att.scoreDef.vis.cmn (no elements directly inheriting from this class)
att.staffDef.vis.cmn (no elements directly inheriting from this class)
Attributes
@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.)att.rehearsal
Declaration
<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>