att.noteheads

Attributes pertaining to the notehead part of a note.
Module MEI.shared
Members
Attributes
@head.color(optional)Captures the overall color of a notehead. Value conforms to data.COLOR. att.noteheads
@head.fill(optional)Describes how/if the notehead is filled. Value conforms to data.FILL. att.noteheads
@head.fillcolor(optional)Captures the fill color of a notehead if different from the overall note color. Value conforms to data.COLOR. att.noteheads
@head.mod(optional)Records any additional symbols applied to the notehead. One or more values from data.NOTEHEADMODIFIER, separated by spaces. att.noteheads
@head.rotation(optional)Describes rotation applied to the basic notehead shape. A positive value rotates the notehead in a counter-clockwise fashion, while negative values produce clockwise rotation. Value conforms to data.ROTATION. att.noteheads
@head.shape(optional)Used to override the head shape normally used for the given duration. Value conforms to data.HEADSHAPE. att.noteheads
@head.visible(optional)Indicates if a feature should be rendered when the notation is presented graphically or sounded when it is presented in an aural form. Value conforms to data.BOOLEAN. att.noteheads
Declaration
<attDef ident="head.color" usage="opt">
<desc>Captures the overall color of a notehead.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.COLOR" />
</datatype>
</attDef>
<attDef ident="head.fill" usage="opt">
<desc>Describes how/if the notehead is filled.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FILL" />
</datatype>
</attDef>
<attDef ident="head.fillcolor" usage="opt">
<desc>Captures the fill color of a notehead if different from the overall note color.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.COLOR" />
</datatype>
</attDef>
<attDef ident="head.mod" usage="opt">
<desc>Records any additional symbols applied to the notehead.</desc>
<datatype maxOccurs="unbounded" minOccurs="1">
<rng:ref name="data.NOTEHEADMODIFIER" />
</datatype>
</attDef>
<attDef ident="head.rotation" usage="opt">
<desc>Describes rotation applied to the basic notehead shape. A positive value rotates the notehead in a counter-clockwise fashion, while negative values produce clockwise rotation.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ROTATION" />
</datatype>
</attDef>
<attDef ident="head.shape" usage="opt">
<desc>Used to override the head shape normally used for the given duration.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.HEADSHAPE" />
</datatype>
</attDef>
<attDef ident="head.visible" usage="opt">
<desc>Indicates if a feature should be rendered when the notation is presented graphically or sounded when it is presented in an aural form.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>