att.keySigDefault.vis

Used by staffDef and scoreDef to provide default values for attributes in the visual domain related to key signatures.
Module
MEI.visual
Attributes
keysig.show, keysig.showchange
keysig.show(optional)Indicates whether the key signature should be displayed. Value conforms to data.BOOLEAN.
keysig.showchange(optional)Determines whether cautionary accidentals should be displayed at a key change. Value conforms to data.BOOLEAN.
keysig.show(optional)Indicates whether the key signature should be displayed. Value conforms to data.BOOLEAN.
keysig.showchange(optional)Determines whether cautionary accidentals should be displayed at a key change. Value conforms to data.BOOLEAN.
Visual component declarations.
keysig.show(optional)Indicates whether the key signature should be displayed. Value conforms to data.BOOLEAN.
keysig.showchange(optional)Determines whether cautionary accidentals should be displayed at a key change. 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.keySigDefault.vis" module="MEI.visual" type="atts">
<desc>Used by staffDef and scoreDef to provide default values for attributes in the visual domain related to key signatures.</desc>
<attList org="group">
<attDef ident="keysig.show" usage="opt">
<desc>Indicates whether the key signature should be displayed.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>
<attDef ident="keysig.showchange" usage="opt">
<desc>Determines whether cautionary accidentals should be displayed at a key change.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>
</attList>
</classSpec>