att.staffDef.vis

Visual domain attributes for staffDef.
Module
Attributes
@lines.color, @lines.visible, @scale
@lines.color(optional)Captures the colors of the staff lines. One or more values from data.COLOR, separated by spaces.
@lines.visible(optional)Records whether all staff lines are visible. Value conforms to data.BOOLEAN.
@scale(optional)Scale factor to be applied to the feature to make it the desired display size. Value conforms to data.PERCENT.
@lines.color(optional)Captures the colors of the staff lines. One or more values from data.COLOR, separated by spaces.
@lines.visible(optional)Records whether all staff lines are visible. Value conforms to data.BOOLEAN.
(MEI.shared) Attributes that describe relative size.
@scale(optional)Scale factor to be applied to the feature to make it the desired display size. Value conforms to data.PERCENT.
@scale(optional)Scale factor to be applied to the feature to make it the desired display size. Value conforms to data.PERCENT.
@lines.color(optional)Captures the colors of the staff lines. One or more values from data.COLOR, separated by spaces.
@lines.visible(optional)Records whether all staff lines are visible. Value conforms to data.BOOLEAN.
Available at
<staffDef>Container for staff meta-information.
<staffDef>Container for staff meta-information.
Declaration
<classSpec ident="att.staffDef.vis" module="MEI.visual" type="atts">
<desc xml:lang="en">Visual domain attributes for staffDef.</desc>
<classes>
<memberOf key="att.scalable"/>
</classes>
<attList>
<attDef ident="lines.color" usage="opt">
<desc xml:lang="en">Captures the colors of the staff lines.</desc>
<datatype maxOccurs="unbounded">
<ref name="data.COLOR"/>
</datatype>
<remarks xml:lang="en">
<p>The value is structured; that is, it should contain a single color value or have the same number of space-separated values as the number of lines indicated by the lines attribute. The first value then applies to the lowest line of the staff.</p>
<p>All values from data.COLOR are allowed.</p>
</remarks>
</attDef>
<attDef ident="lines.visible" usage="opt">
<desc xml:lang="en">Records whether all staff lines are visible.</desc>
<datatype>
<ref name="data.BOOLEAN"/>
</datatype>
</attDef>
</attList>
</classSpec>