att.optimization

Attributes pertaining to layout optimization.
Module
MEI.shared
Attributes
optimize
optimize(optional)Indicates whether staves without notes, rests, etc. should be displayed. When the value is 'true', empty staves are displayed. Value conforms to data.BOOLEAN.
optimize(optional)Indicates whether staves without notes, rests, etc. should be displayed. When the value is 'true', empty staves are displayed. Value conforms to data.BOOLEAN.
Component declarations that are shared between two or more modules.
optimize(optional)Indicates whether staves without notes, rests, etc. should be displayed. When the value is 'true', empty staves are displayed. Value conforms to data.BOOLEAN.
Available at
scoreDef(score definition) – Container for score meta-information.
scoreDef(score definition) – Container for score meta-information.
Declaration
<classSpec ident="att.optimization" module="MEI.shared" type="atts">
<desc>Attributes pertaining to layout optimization.</desc>
<attList org="group">
<attDef ident="optimize" usage="opt">
<desc>Indicates whether staves without notes, rests, etc. should be displayed. When the value is 'true', empty staves are displayed.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>
</attList>
</classSpec>