att.stems

Attributes that describe the properties of stemmed features; that is, chords and notes.
Module
MEI.shared
Attributes
stem.dir, stem.len, stem.mod, stem.pos, stem.visible, stem.with, stem.x, stem.y
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.MEASUREMENTABS.
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.pos(optional)Records the position of the stem in relation to the note head(s). Value conforms to data.STEMPOSITION.
stem.visible(optional)Determines whether a stem should be displayed. Value conforms to data.BOOLEAN.
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.
stem.x(optional)Records the output x coordinate of the stem's attachment point. Value of datatype decimal.
stem.y(optional)Records the output y coordinate of the stem's attachment point. Value of datatype decimal.
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.MEASUREMENTABS.
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.pos(optional)Records the position of the stem in relation to the note head(s). Value conforms to data.STEMPOSITION.
stem.visible(optional)Determines whether a stem should be displayed. Value conforms to data.BOOLEAN.
stem.x(optional)Records the output x coordinate of the stem's attachment point. Value of datatype decimal.
stem.y(optional)Records the output y coordinate of the stem's attachment point. Value of datatype decimal.
(MEI.cmn) Attributes that describe the properties of stemmed features; that is, chords and notes.
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.
Common Music Notation (CMN) repertoire component declarations.
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.
Component declarations that are shared between two or more modules.
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.MEASUREMENTABS.
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.pos(optional)Records the position of the stem in relation to the note head(s). Value conforms to data.STEMPOSITION.
stem.visible(optional)Determines whether a stem should be displayed. Value conforms to data.BOOLEAN.
stem.x(optional)Records the output x coordinate of the stem's attachment point. Value of datatype decimal.
stem.y(optional)Records the output y coordinate of the stem's attachment point. Value of datatype decimal.
Available at
ambNoteHighest or lowest pitch in a score, staff, or layer.
chordA simultaneous sounding of two or more notes in the same layer *with the same duration*.
noteA single pitched event.
ambNoteHighest or lowest pitch in a score, staff, or layer.
chordA simultaneous sounding of two or more notes in the same layer *with the same duration*.
noteA 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>
<memberOf key="att.stems.cmn"/>
</classes>
<attList org="group">
<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.visible" usage="opt">
<desc>Determines whether a stem should be displayed.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</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>
</attList>
</classSpec>