att.optimization

Attributes pertaining to layout optimization.
Module MEI.shared
Members
Attributes
@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. att.optimization
Declaration
<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>