att.stems

Attributes that describe the properties of stemmed features; that is, chords and notes.
Module
Attributes
@stem.dir, @stem.len, @stem.mod
@stem.dir(optional)Describes the direction of a stem. Value conforms to data.STEMDIRECTION.
@stem.len(optional)Encodes the stem length. Value conforms to data.MEASUREMENTUNSIGNED.
@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.
@stem.dir(optional)Describes the direction of a stem. Value conforms to data.STEMDIRECTION.
@stem.len(optional)Encodes the stem length. Value conforms to data.MEASUREMENTUNSIGNED.
@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.
@stem.dir(optional)Describes the direction of a stem. Value conforms to data.STEMDIRECTION.
@stem.len(optional)Encodes the stem length. Value conforms to data.MEASUREMENTUNSIGNED.
@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.
Available at
<chord>A simultaneous sounding of two or more notes in the same layer *with the same duration*.
<note>A single pitched event.
<chord>A simultaneous sounding of two or more notes in the same layer *with the same duration*.
<note>A single pitched event.
Declaration
<classSpec ident="att.stems" module="MEI.shared" type="atts">
<desc>Attributes that describe the properties of stemmed features; that is, chords and notes.</desc>
<classes> </classes>
<attList org="group">
<attDef ident="stem.dir" usage="opt">
<desc>Describes the direction of a stem.</desc>
<datatype maxOccurs="1" minOccurs="1">
<ref name="data.STEMDIRECTION"/>
</datatype>
</attDef>
<attDef ident="stem.len" usage="opt">
<desc>Encodes the stem length.</desc>
<datatype maxOccurs="1" minOccurs="1"> </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">
<ref name="data.STEMMODIFIER"/>
</datatype>
</attDef>
</attList>
</classSpec>