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.cancelaccid, keysig.visible
keysig.cancelaccid(optional)Determines where cautionary accidentals should be displayed at a key change. Value conforms to data.CANCELACCID.
keysig.visible(optional)Determines whether the key signature is to be displayed. Value conforms to data.BOOLEAN.
keysig.cancelaccid(optional)Determines where cautionary accidentals should be displayed at a key change. Value conforms to data.CANCELACCID.
keysig.visible(optional)Determines whether the key signature is to be displayed. Value conforms to data.BOOLEAN.
Visual component declarations.
keysig.cancelaccid(optional)Determines where cautionary accidentals should be displayed at a key change. Value conforms to data.CANCELACCID.
keysig.visible(optional)Determines whether the key signature is to be displayed. 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.cancelaccid" usage="opt">
<desc xml:lang="en">Determines where cautionary accidentals should be displayed at a key change.</desc>
<datatype>
<rng:ref name="data.CANCELACCID"/>
</datatype>
</attDef>
<attDef ident="keysig.visible" usage="opt">
<desc xml:lang="en">Determines whether the key signature is to be displayed.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
</attList>
</classSpec>