data.CLUSTER

Tone-cluster rendition.
Module
Used by
These class-based attributes use data.CLUSTER
att.chord.vis/@clusterIndicates a single, alternative note head should be displayed instead of individual note heads. The highest and lowest notes of the chord usually indicate the upper and lower boundaries of the cluster note head.
Allowed Values
whiteWhite keys.
blackBlack keys.
chromaticMixed black and white keys.
Declaration
<macroSpec ident="data.CLUSTER" module="MEI" type="dt">
<desc xml:lang="en">Tone-cluster rendition.</desc>
<content>
<valList type="closed">
<valItem ident="white">
<desc xml:lang="en">White keys.</desc>
</valItem>
<valItem ident="black">
<desc xml:lang="en">Black keys.</desc>
</valItem>
<valItem ident="chromatic">
<desc xml:lang="en">Mixed black and white keys.</desc>
</valItem>
</valList>
</content>
</macroSpec>