att.distances

Attributes that describe distance from the staff.
Module MEI.shared
Members
Attributes
@dynam.dist(optional)Records the default distance from the staff for dynamic marks. Value conforms to data.MEASUREMENTREL. att.distances
@harm.dist(optional)Records the default distance from the staff of harmonic indications, such as guitar chord grids or functional labels. Value conforms to data.MEASUREMENTREL. att.distances
@text.dist(optional)Determines how far from the staff to render text elements. Value conforms to data.MEASUREMENTREL. att.distances
Declaration
<attDef ident="dynam.dist" usage="opt">
<desc>Records the default distance from the staff for dynamic marks.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTREL" />
</datatype>
</attDef>
<attDef ident="harm.dist" usage="opt">
<desc>Records the default distance from the staff of harmonic indications, such as guitar chord grids or functional labels.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTREL" />
</datatype>
</attDef>
<attDef ident="text.dist" usage="opt">
<desc>Determines how far from the staff to render text elements.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTREL" />
</datatype>
</attDef>