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
MEI
Used by
These class-based attributes use data.FILL
att.noteHeads/@head.fill
Allowed Values
voidUnfilled
solidFilled
topTop half filled
bottomBottom half filled
leftLeft half filled
Declaration
<macroSpec ident="data.FILL" module="MEI" type="dt">
<desc>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>Unfilled</desc>
</valItem>
<valItem ident="solid">
<desc>Filled</desc>
</valItem>
<valItem ident="top">
<desc>Top half filled</desc>
</valItem>
<valItem ident="bottom">
<desc>Bottom half filled</desc>
</valItem>
<valItem ident="left">
<desc>Left half filled</desc>
</valItem>
<valItem ident="right">
<desc>Right half filled</desc>
</valItem>
</valList>
</content>
</macroSpec>