att.width

Attributes that describe horizontal size.
Module
Attributes
width
width(optional)Measurement of the horizontal dimension of an entity. Value conforms to data.MEASUREMENTUNSIGNED.
width(optional)Measurement of the horizontal dimension of an entity. Value conforms to data.MEASUREMENTUNSIGNED.
Component declarations that are shared between two or more modules.
width(optional)Measurement of the horizontal dimension of an entity. Value conforms to data.MEASUREMENTUNSIGNED.
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.
padAn 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.
multiRestMultiple measures of rest compressed into a single symbol, frequently found in performer parts.
Common Music Notation (CMN) repertoire component declarations.
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.
multiRestMultiple measures of rest compressed into a single symbol, frequently found in performer parts.
Figures and tables component declarations.
graphicIndicates the location of an inline graphic.
Metadata header component declarations.
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.
Component declarations that are shared between two or more modules.
barLineVertical line drawn through one or more staves that divides musical notation into metrical units.
padAn indication of extra visual space between notational elements.
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 xml:lang="en">Attributes that describe horizontal size.</desc>
<attList>
<attDef ident="width" usage="opt">
<desc xml:lang="en">Measurement of the horizontal dimension of an entity.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTUNSIGNED"/>
</datatype>
</attDef>
</attList>
<remarks xml:lang="en">
<p>The width attribute may be used to capture measure width data for interchange with music printing systems that utilize this information for printing. On <gi scheme="MEI">barLine</gi> the width attribute captures the width of the preceding measure.</p>
</remarks>
</classSpec>