att.width

Attributes that describe horizontal size.
Module
MEI.shared
Attributes
width
width(optional)Measurement of the horizontal dimension of an entity. Value conforms to data.MEASUREMENTABS.
width(optional)Measurement of the horizontal dimension of an entity. Value conforms to data.MEASUREMENTABS.
Component declarations that are shared between two or more modules.
width(optional)Measurement of the horizontal dimension of an entity. Value conforms to data.MEASUREMENTABS.
Available at
bifoliumDescribes a folded sheet of paper.
cutoutA cutout is a section of a document sheet that has been removed and is now missing.
foliumDescribes a single leaf of paper.
graphicIndicates the location of an inline graphic.
pad(padding) – An indication of extra visual space between notational elements.
barLineVertical line drawn through one or more staves that divides musical notation into metrical units.
measureUnit 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.
measureUnit 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.
graphicIndicates the location of an inline graphic.
bifoliumDescribes a folded sheet of paper.
cutoutA cutout is a section of a document sheet that has been removed and is now missing.
foliumDescribes a single leaf of paper.
pad(padding) – An indication of extra visual space between notational elements.
barLineVertical line drawn through one or more staves that divides musical notation into metrical units.
Remarks

The width attribute may be used to capture measure width data for interchange with music printing systems that utilize this information for printing. On <barLine> the width attribute captures the width of the preceding measure.

Declaration
<classSpec ident="att.width" module="MEI.shared" type="atts">
<desc>Attributes that describe horizontal size.</desc>
<attList org="group">
<attDef ident="width" usage="opt">
<desc>Measurement of the horizontal dimension of an entity.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTABS" />
</datatype>
</attDef>
</attList>
<remarks>
<p part="N">The width attribute may be used to capture measure width data for interchange with music printing systems that utilize this information for printing. On <barLine> the width attribute captures the width of the preceding measure.</p>
</remarks>
</classSpec>