att.cleffing.vis

Used by staffDef and scoreDef to provide default values for attributes in the visual domain related to clefs.
Module MEI.shared
Members
Attributes
@clef.color(optional)Describes the color of the clef. Value conforms to data.COLOR. att.cleffing.vis
@clef.visible(optional)Determines whether the clef is to be displayed. Value conforms to data.BOOLEAN. att.cleffing.vis
Declaration
<attDef ident="clef.color" usage="opt">
<desc>Describes the color of the clef.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.COLOR" />
</datatype>
</attDef>
<attDef ident="clef.visible" usage="opt">
<desc>Determines whether the clef is to be displayed.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>