att.distances

Attributes that describe distance from the staff.
Module
MEI.shared
Attributes
dynam.dist, harm.dist, text.dist
dynam.dist(optional)Records the default distance from the staff for dynamic marks. Value conforms to data.MEASUREMENTREL.
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.
text.dist(optional)Determines how far from the staff to render text elements. Value conforms to data.MEASUREMENTREL.
dynam.dist(optional)Records the default distance from the staff for dynamic marks. Value conforms to data.MEASUREMENTREL.
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.
text.dist(optional)Determines how far from the staff to render text elements. Value conforms to data.MEASUREMENTREL.
Component declarations that are shared between two or more modules.
dynam.dist(optional)Records the default distance from the staff for dynamic marks. Value conforms to data.MEASUREMENTREL.
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.
text.dist(optional)Determines how far from the staff to render text elements. Value conforms to data.MEASUREMENTREL.
Available at
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
Declaration
<classSpec ident="att.distances" module="MEI.shared" type="atts">
<desc>Attributes that describe distance from the staff.</desc>
<attList org="group">
<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>
</attList>
</classSpec>