att.meterConformance.bar

Attributes that provide information about a measure’s conformance to the prevailing meter.
Module
Attributes
@control, @metcon
@control(optional)Indicates whether or not a bar line is "controlling"; that is, if it indicates a point of alignment across all the parts. Bar lines within a score are usually controlling; that is, they "line up". Bar lines within parts may or may not be controlling. When applied to <measure>, this attribute indicates the nature of the right bar line but not the left. Value conforms to data.BOOLEAN.
@metcon(optional)Indicates the relationship between the content of a measure and the prevailing meter. Value conforms to data.BOOLEAN.
@metcon(optional)Indicates the relationship between the content of a measure and the prevailing meter. Value conforms to data.BOOLEAN.
@control(optional)Indicates whether or not a bar line is "controlling"; that is, if it indicates a point of alignment across all the parts. Bar lines within a score are usually controlling; that is, they "line up". Bar lines within parts may or may not be controlling. When applied to <measure>, this attribute indicates the nature of the right bar line but not the left. Value conforms to data.BOOLEAN.
Component declarations that are shared between two or more modules.
@control(optional)Indicates whether or not a bar line is "controlling"; that is, if it indicates a point of alignment across all the parts. Bar lines within a score are usually controlling; that is, they "line up". Bar lines within parts may or may not be controlling. When applied to <measure>, this attribute indicates the nature of the right bar line but not the left. Value conforms to data.BOOLEAN.
@metcon(optional)Indicates the relationship between the content of a measure and the prevailing meter. Value conforms to data.BOOLEAN.
Available at
<measure>Unit of musical time consisting of a fixed number of note values of a given type, as determined by the prevailing meter, and delimited in musical notation by bar lines.
<barLine>Vertical line drawn through one or more staves that divides musical notation into metrical units.
Common Music Notation (CMN) repertoire component declarations.
<measure>Unit of musical time consisting of a fixed number of note values of a given type, as determined by the prevailing meter, and delimited in musical notation by bar lines.
Component declarations that are shared between two or more modules.
<barLine>Vertical line drawn through one or more staves that divides musical notation into metrical units.
Declaration
<classSpec ident="att.meterConformance.bar" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that provide information about a measure’s conformance to the prevailing meter.</desc>
<attList>
<attDef ident="metcon" usage="opt">
<gloss xml:lang="en">meter conformance</gloss>
<desc xml:lang="en">Indicates the relationship between the content of a measure and the prevailing meter.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
<attDef ident="control" usage="opt">
<desc xml:lang="en">Indicates whether or not a bar line is "controlling"; that is, if it indicates a point of alignment across all the parts. Bar lines within a score are usually controlling; that is, they "line up". Bar lines within parts may or may not be controlling. When applied to
<gi scheme="MEI">measure</gi>
, this attribute indicates the nature of the right bar line but not the left.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
</attList>
</classSpec>