data.CLEFSHAPE

Clef shape attribute values (Read, p.53-56). Some values correspond to the Unicode Standard.
Module
MEI
Used by
These class-based attributes use data.CLEFSHAPE
Allowed Values
GG clef (Unicode 1D11E).
GGDouble G clef.
FF clef (Unicode 1D122).
CC clef (Unicode 1D121).
percDrum clef (Unicode 1D125 or Unicode 1D126).
TABTablature "clef"; i.e. usually "TAB" rendered vertically.
Declaration
<macroSpec ident="data.CLEFSHAPE" module="MEI" type="dt">
<desc>Clef shape attribute values (Read, p.53-56). Some values correspond to the Unicode Standard.</desc>
<content>
<valList type="closed">
<valItem ident="G">
<desc>G clef (Unicode 1D11E).</desc>
</valItem>
<valItem ident="GG">
<desc>Double G clef.</desc>
</valItem>
<valItem ident="F">
<desc>F clef (Unicode 1D122).</desc>
</valItem>
<valItem ident="C">
<desc>C clef (Unicode 1D121).</desc>
</valItem>
<valItem ident="perc">
<desc>Drum clef (Unicode 1D125 or Unicode 1D126).</desc>
</valItem>
<valItem ident="TAB">
<desc>Tablature "clef"; i.e. usually "TAB" rendered vertically.</desc>
</valItem>
</valList>
</content>
</macroSpec>