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
att.noteheads (@head.fill)
Allowed values
void
Unfilled
solid
Filled
top
Top half filled
bottom
Bottom half filled
left
Left half filled
right
Right half filled
Declaration
<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>