att.stems

Attributes that describe the properties of stemmed features; that is, chords and notes.
Module MEI.shared
Members
Attributes
@stem.dir(optional)Describes the direction of a stem. Value conforms to data.STEMDIRECTION. att.stems
@stem.len(optional)Encodes the stem length. Value conforms to data.MEASUREMENTABS. att.stems
@stem.mod(optional)Encodes any stem "modifiers"; that is, symbols rendered on the stem, such as tremolo or Sprechstimme indicators. Value conforms to data.STEMMODIFIER. att.stems
@stem.pos(optional)Records the position of the stem in relation to the note head(s). Value conforms to data.STEMPOSITION. att.stems
@stem.with(optional)Contains an indication of which staff a note or chord that logically belongs to the current staff should be visually placed on; that is, the one above or the one below. Value conforms to data.OTHERSTAFF. att.stems.cmn
@stem.x(optional)Records the output x coordinate of the stem's attachment point. Value of datatype decimal. att.stems
@stem.y(optional)Records the output y coordinate of the stem's attachment point. Value of datatype decimal. att.stems
Declaration
<classes>
<memberOf key="att.stems.cmn"/>
</classes>
<attDef ident="stem.dir" usage="opt">
<desc>Describes the direction of a stem.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.STEMDIRECTION" />
</datatype>
</attDef>
<attDef ident="stem.len" usage="opt">
<desc>Encodes the stem length.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTABS" />
</datatype>
</attDef>
<attDef ident="stem.mod" usage="opt">
<desc>Encodes any stem "modifiers"; that is, symbols rendered on the stem, such as tremolo or Sprechstimme indicators.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.STEMMODIFIER" />
</datatype>
</attDef>
<attDef ident="stem.pos" usage="opt">
<desc>Records the position of the stem in relation to the note head(s).</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.STEMPOSITION" />
</datatype>
</attDef>
<attDef ident="stem.x" usage="opt">
<desc>Records the output x coordinate of the stem's attachment point.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="decimal"/>
</datatype>
</attDef>
<attDef ident="stem.y" usage="opt">
<desc>Records the output y coordinate of the stem's attachment point.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="decimal"/>
</datatype>
</attDef>