data.FILL

Describes how a graphical object, such as a note head, should be filled. The relative values — top, bottom, left, and right — indicate these locations *after* rotation is applied.
Module
Used by
These class-based attributes use data.FILL
att.noteHeads/@head.fillDescribes how/if the notehead is filled.
Allowed Values
voidUnfilled
solidFilled
topTop half filled
bottomBottom half filled
leftLeft half filled
Declaration
<macroSpec ident="data.FILL" module="MEI" type="dt">
<desc xml:lang="en">Describes how a graphical object, such as a note head, should be filled. The relative values — top, bottom, left, and right — indicate these locations *after* rotation is applied.</desc>
<content>
<valList type="closed">
<valItem ident="void">
<desc xml:lang="en">Unfilled</desc>
</valItem>
<valItem ident="solid">
<desc xml:lang="en">Filled</desc>
</valItem>
<valItem ident="top">
<desc xml:lang="en">Top half filled</desc>
</valItem>
<valItem ident="bottom">
<desc xml:lang="en">Bottom half filled</desc>
</valItem>
<valItem ident="left">
<desc xml:lang="en">Left half filled</desc>
</valItem>
<valItem ident="right">
<desc xml:lang="en">Right half filled</desc>
</valItem>
</valList>
</content>
</macroSpec>