att.distances

Attributes that describe distance from the staff.
Module
Attributes
@dir.dist, @dynam.dist, @harm.dist, @reh.dist, @tempo.dist
@dir.dist(optional)Records the default distance from the staff for directives. Value conforms to data.MEASUREMENTSIGNED.
@dynam.dist(optional)Records the default distance from the staff for dynamic marks. Value conforms to data.MEASUREMENTSIGNED.
@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.MEASUREMENTSIGNED.
@reh.dist(optional)Records the default distance from the staff for rehearsal marks. Value conforms to data.MEASUREMENTSIGNED.
@tempo.dist(optional)Records the default distance from the staff for tempo marks. Value conforms to data.MEASUREMENTSIGNED.
@dir.dist(optional)Records the default distance from the staff for directives. Value conforms to data.MEASUREMENTSIGNED.
@dynam.dist(optional)Records the default distance from the staff for dynamic marks. Value conforms to data.MEASUREMENTSIGNED.
@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.MEASUREMENTSIGNED.
@reh.dist(optional)Records the default distance from the staff for rehearsal marks. Value conforms to data.MEASUREMENTSIGNED.
@tempo.dist(optional)Records the default distance from the staff for tempo marks. Value conforms to data.MEASUREMENTSIGNED.
Component declarations that are shared between two or more modules.
@dir.dist(optional)Records the default distance from the staff for directives. Value conforms to data.MEASUREMENTSIGNED.
@dynam.dist(optional)Records the default distance from the staff for dynamic marks. Value conforms to data.MEASUREMENTSIGNED.
@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.MEASUREMENTSIGNED.
@reh.dist(optional)Records the default distance from the staff for rehearsal marks. Value conforms to data.MEASUREMENTSIGNED.
@tempo.dist(optional)Records the default distance from the staff for tempo marks. Value conforms to data.MEASUREMENTSIGNED.
Available at
<scoreDef>Container for score meta-information.
<staffDef>Container for staff meta-information.
Component declarations that are shared between two or more modules.
<scoreDef>Container for score meta-information.
<staffDef>Container for staff meta-information.
Declaration
<classSpec ident="att.distances" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that describe distance from the staff.</desc>
<attList>
<attDef ident="dir.dist" usage="opt">
<desc xml:lang="en">Records the default distance from the staff for directives.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTSIGNED"/>
</datatype>
</attDef>
<attDef ident="dynam.dist" usage="opt">
<desc xml:lang="en">Records the default distance from the staff for dynamic marks.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTSIGNED"/>
</datatype>
</attDef>
<attDef ident="harm.dist" usage="opt">
<desc xml:lang="en">Records the default distance from the staff of harmonic indications, such as guitar chord grids or functional labels.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTSIGNED"/>
</datatype>
</attDef>
<attDef ident="reh.dist" usage="opt">
<desc xml:lang="en">Records the default distance from the staff for rehearsal marks.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTSIGNED"/>
</datatype>
</attDef>
<attDef ident="tempo.dist" usage="opt">
<desc xml:lang="en">Records the default distance from the staff for tempo marks.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTSIGNED"/>
</datatype>
</attDef>
</attList>
</classSpec>