data.FLAGPOS.mensural

Position of the flag relative to the stem.
Module
Used by
These class-based attributes use data.FLAGPOS.mensural
att.stem.vis/@flag.posRecords the position of the flag using the values provided by the data.FLAGPOS.mensural datatype.
Allowed Values
leftFlag lies at the left side of the stem.
centerFlag is centered in the stem.
Declaration
<macroSpec ident="data.FLAGPOS.mensural" module="MEI.mensural" type="dt">
<desc xml:lang="en">Position of the flag relative to the stem.</desc>
<content>
<valList type="closed">
<valItem ident="left">
<desc xml:lang="en">Flag lies at the left side of the stem.</desc>
</valItem>
<valItem ident="right">
<desc xml:lang="en">Flag lies at the right side of the stem.</desc>
</valItem>
<valItem ident="center">
<desc xml:lang="en">Flag is centered in the stem.</desc>
</valItem>
</valList>
</content>
</macroSpec>