att.meterconformance

Attributes that provide information about a structure's conformance to the prevailing meter.
Module MEI.shared
Members
Attributes
@metcon(optional)Indicates the relationship between the content of a staff or layer and the prevailing meter. Allowed values are: "c" (Complete; i.e., conformant with the prevailing meter.), "i" (Incomplete; i.e., not enough beats.), "o" (Overfull; i.e., too many beats.)att.meterconformance
Declaration
<attDef ident="metcon" usage="opt">
<desc>Indicates the relationship between the content of a staff or layer and the prevailing meter.</desc>
<valList type="closed">
<valItem ident="c">
<desc>Complete; i.e., conformant with the prevailing meter.</desc>
</valItem>
<valItem ident="i">
<desc>Incomplete; i.e., not enough beats.</desc>
</valItem>
<valItem ident="o">
<desc>Overfull; i.e., too many beats.</desc>
</valItem>
</valList>
</attDef>