att.keySigDefault.vis

Used by staffDef and scoreDef to provide default values for attributes in the visual domain related to key signatures.
Module MEI.shared
Members
Attributes
@key.sig.show(optional)Indicates whether the key signature should be displayed. Value conforms to data.BOOLEAN. att.keySigDefault.vis
@key.sig.showchange(optional)Determines whether cautionary accidentals should be displayed at a key change. Value conforms to data.BOOLEAN. att.keySigDefault.vis
Declaration
<attDef ident="key.sig.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="key.sig.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>