att.meterSigDefault.vis

Used by staffDef and scoreDef to provide default values for attributes in the visual domain related to meter signature.
Module
Attributes
@meter.form, @meter.showchange, @meter.visible
@meter.form(optional)Contains an indication of how the meter signature should be rendered. Value conforms to data.METERFORM.
@meter.showchange(optional)Determines whether the old meter signature should be displayed when the meter signature changes. Value conforms to data.BOOLEAN.
@meter.visible(optional)Determines whether the meter signature is to be displayed. Value conforms to data.BOOLEAN.
@meter.form(optional)Contains an indication of how the meter signature should be rendered. Value conforms to data.METERFORM.
@meter.showchange(optional)Determines whether the old meter signature should be displayed when the meter signature changes. Value conforms to data.BOOLEAN.
@meter.visible(optional)Determines whether the meter signature is to be displayed. Value conforms to data.BOOLEAN.
Visual component declarations.
@meter.form(optional)Contains an indication of how the meter signature should be rendered. Value conforms to data.METERFORM.
@meter.showchange(optional)Determines whether the old meter signature should be displayed when the meter signature changes. Value conforms to data.BOOLEAN.
@meter.visible(optional)Determines whether the meter signature is to be displayed. Value conforms to data.BOOLEAN.
Available at
<scoreDef>Container for score meta-information.
<staffDef>Container for staff meta-information.
Component declarations that are shared between two or more modules.
<scoreDef>Container for score meta-information.
<staffDef>Container for staff meta-information.
Declaration
<classSpec ident="att.meterSigDefault.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 meter signature.</desc>
<attList>
<attDef ident="meter.form" usage="opt">
<desc xml:lang="en">Contains an indication of how the meter signature should be rendered.</desc>
<datatype>
<rng:ref name="data.METERFORM"/>
</datatype>
</attDef>
<attDef ident="meter.showchange" usage="opt">
<desc xml:lang="en">Determines whether the old meter signature should be displayed when the meter signature changes.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
<attDef ident="meter.visible" usage="opt">
<desc xml:lang="en">Determines whether the meter signature is to be displayed.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
</attList>
</classSpec>