data.STEMPOSITION

Position of a note’s stem relative to the head of the note.
Module
Used by
These class-based attributes use data.STEMPOSITION
att.stems/@stem.posRecords the position of the stem in relation to the note head(s).
att.stem.vis/@posRecords the position of the stem in relation to the note head(s).
Allowed Values
leftStem attached to left side of note head.
centerStem is originates from center of note head.
Declaration
<macroSpec ident="data.STEMPOSITION" module="MEI" type="dt">
<desc xml:lang="en">Position of a note’s stem relative to the head of the note.</desc>
<content>
<valList type="closed">
<valItem ident="left">
<desc xml:lang="en">Stem attached to left side of note head.</desc>
</valItem>
<valItem ident="right">
<desc xml:lang="en">Stem attached to right side of note head.</desc>
</valItem>
<valItem ident="center">
<desc xml:lang="en">Stem is originates from center of note head.</desc>
</valItem>
</valList>
</content>
</macroSpec>