att.meterConformance

Attributes that provide information about a structure's conformance to the prevailing meter.
Module
MEI.shared
Attributes
metcon
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.)
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.)
Component declarations that are shared between two or more modules.
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.)
Available at
layerAn independent stream of events on a staff.
oLayer(ossia layer) – A layer that contains an alternative to material in another layer.
oStaff(ossia staff) – A staff that holds an alternative passage which may be played instead of the original material.
staffA group of equidistant horizontal lines on which notes are placed in order to represent pitch or a grouping element for individual 'strands' of notes, rests, etc. that may or may not actually be rendered on staff lines; that is, both diastematic and non-diastematic signs.
oLayer(ossia layer) – A layer that contains an alternative to material in another layer.
oStaff(ossia staff) – A staff that holds an alternative passage which may be played instead of the original material.
layerAn independent stream of events on a staff.
staffA group of equidistant horizontal lines on which notes are placed in order to represent pitch or a grouping element for individual 'strands' of notes, rests, etc. that may or may not actually be rendered on staff lines; that is, both diastematic and non-diastematic signs.
Declaration
<classSpec ident="att.meterConformance" module="MEI.shared" type="atts">
<desc>Attributes that provide information about a structure's conformance to the prevailing meter.</desc>
<attList org="group">
<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>
</attList>
</classSpec>