att.beamrend

Attributes that record the visual rendition of beams.
Module MEI.cmn
Members
Attributes
@form(optional)Captures whether a beam is "feathered" and in which direction. Allowed values are: "acc" ((accelerando) indicates that the secondary beams get progressively closer together toward the end of the beam.), "mixed" ((mixed acc and rit) for beams that are "feathered" in both directions.), "rit" ((ritardando) means that the secondary beams become progressively more distant toward the end of the beam.), "norm" ((normal) indicates that the secondary beams are equidistant along the course of the beam.)att.beamrend
@slope(optional)Records the slope of the beam. Value of datatype decimal. att.beamrend
Declaration
<attDef ident="form" usage="opt">
<desc>Captures whether a beam is "feathered" and in which direction.</desc>
<valList type="closed">
<valItem ident="acc">
<desc>(accelerando) indicates that the secondary beams get progressively closer together toward the end of the beam.</desc>
</valItem>
<valItem ident="mixed">
<desc>(mixed acc and rit) for beams that are "feathered" in both directions.</desc>
</valItem>
<valItem ident="rit">
<desc>(ritardando) means that the secondary beams become progressively more distant toward the end of the beam.</desc>
</valItem>
<valItem ident="norm">
<desc>(normal) indicates that the secondary beams are equidistant along the course of the beam.</desc>
</valItem>
</valList>
</attDef>
<attDef ident="slope" usage="opt">
<desc>Records the slope of the beam.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="decimal"/>
</datatype>
</attDef>