att.cleffing.vis

Used by staffDef and scoreDef to provide default values for attributes in the visual domain related to clefs.
Module
MEI.visual
Attributes
clef.color, clef.visible
clef.color(optional)Describes the color of the clef. Value conforms to data.COLOR.
clef.visible(optional)Determines whether the clef is to be displayed. Value conforms to data.BOOLEAN.
clef.color(optional)Describes the color of the clef. Value conforms to data.COLOR.
clef.visible(optional)Determines whether the clef is to be displayed. Value conforms to data.BOOLEAN.
Visual component declarations.
clef.color(optional)Describes the color of the clef. Value conforms to data.COLOR.
clef.visible(optional)Determines whether the clef is to be displayed. Value conforms to data.BOOLEAN.
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.cleffing.vis" module="MEI.visual" type="atts">
<desc>Used by staffDef and scoreDef to provide default values for attributes in the visual domain related to clefs.</desc>
<attList org="group">
<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>
</attList>
</classSpec>