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
<bifolium>Describes a folded sheet of paper.
<cutout>A cutout is a section of a document sheet that has been removed and is now missing.
<folium>Describes a single leaf of paper.
<graphic>Indicates the location of an inline graphic.
<pad>An indication of extra visual space between notational elements.
<barLine>Vertical line drawn through one or more staves that divides musical notation into metrical units.
<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.
<multiRest>Multiple full measure rests compressed into a single bar, frequently found in performer parts.
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.
<multiRest>Multiple full measure rests compressed into a single bar, frequently found in performer parts.
Figures and tables component declarations.
<graphic>Indicates the location of an inline graphic.
Metadata header component declarations.
<bifolium>Describes a folded sheet of paper.
<cutout>A cutout is a section of a document sheet that has been removed and is now missing.
<folium>Describes a single leaf of paper.
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.
<pad>An 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>