data.STEMPOSITION

Position of a note's stem relative to the head of the note.
Module MEI
Used by
att.stems (@stem.pos)
Allowed values
left
Stem attached to left side of note head.
right
Stem attached to right side of note head.
center
Stem is originates from center of note head.
Declaration
<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>