att.keySigDefault.vis

Used by staffDef and scoreDef to provide default values for attributes in the visual domain related to key signatures.
Module
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
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Component declarations that are shared between two or more modules.
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Declaration
<classSpec ident="att.keySigDefault.vis" module="MEI.visual" type="atts">
<desc xml:lang="en">Used by staffDef and scoreDef to provide default values for attributes in the visual domain related to key signatures.</desc>
<attList>
<attDef ident="keysig.show" usage="opt">
<desc xml:lang="en">Indicates whether the key signature should be displayed.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
<attDef ident="keysig.showchange" usage="opt">
<desc xml:lang="en">Determines whether cautionary accidentals should be displayed at a key change.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
</attList>
</classSpec>