data.METERFORM

Contains an indication of how a meter signature should be rendered.
Module
Used by
These class-based attributes use data.METERFORM
att.meterSig.vis/@formContains an indication of how the meter signature should be rendered.
att.meterSigDefault.vis/@meter.formContains an indication of how the meter signature should be rendered.
Allowed Values
numShow only the number of beats.
denomsymThe lower number in the meter signature is replaced by a note symbol.
normMeter signature rendered using traditional numeric values.
sym+normMeter signature rendered using both the symbol and the traditional numeric values.
Declaration
<macroSpec ident="data.METERFORM" module="MEI" type="dt">
<desc xml:lang="en">Contains an indication of how a meter signature should be rendered.</desc>
<content>
<valList type="closed">
<valItem ident="num">
<desc xml:lang="en">Show only the number of beats.</desc>
</valItem>
<valItem ident="denomsym">
<desc xml:lang="en">The lower number in the meter signature is replaced by a note symbol.</desc>
</valItem>
<valItem ident="norm">
<desc xml:lang="en">Meter signature rendered using traditional numeric values.</desc>
</valItem>
<valItem ident="sym+norm">
<desc xml:lang="en">Meter signature rendered using both the symbol and the traditional numeric values.</desc>
</valItem>
</valList>
</content>
</macroSpec>