data.STEMPOSITION

Position of a note's stem relative to the head of the note.
Module
MEI
Used by
These class-based attributes use data.STEMPOSITION
att.stems/@stem.pos
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>Position of a note's stem relative to the head of the note.</desc>
<content>
<valList type="closed">
<valItem ident="left">
<desc>Stem attached to left side of note head.</desc>
</valItem>
<valItem ident="right">
<desc>Stem attached to right side of note head.</desc>
</valItem>
<valItem ident="center">
<desc>Stem is originates from center of note head.</desc>
</valItem>
</valList>
</content>
</macroSpec>