att.beaming.vis

Used by layerDef, staffDef, and scoreDef to provide default values for attributes in the visual domain related to beaming.
Module MEI.shared
Members
att.scoreDef.vis.cmn (no elements directly inheriting from this class)
att.staffDef.vis.cmn (no elements directly inheriting from this class)
Attributes
@beam.color(optional)Color of beams, including those associated with tuplets. Value conforms to data.COLOR. att.beaming.vis
@beam.rend(optional)Encodes whether a beam is "feathered" and in which direction. Allowed values are: "acc" (Beam lines grow farther apart from left to right.), "rit" (Beam lines grow closer together from left to right.), "norm" (Beam lines are equally-spaced over the entire length of the beam.)att.beaming.vis
@beam.slope(optional)Captures beam slope. Value of datatype decimal. att.beaming.vis
Declaration
<attDef ident="beam.color" usage="opt">
<desc>Color of beams, including those associated with tuplets.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.COLOR" />
</datatype>
</attDef>
<attDef ident="beam.rend" usage="opt">
<desc>Encodes whether a beam is "feathered" and in which direction.</desc>
<valList type="closed">
<valItem ident="acc">
<desc>Beam lines grow farther apart from left to right.</desc>
</valItem>
<valItem ident="rit">
<desc>Beam lines grow closer together from left to right.</desc>
</valItem>
<valItem ident="norm">
<desc>Beam lines are equally-spaced over the entire length of the beam.</desc>
</valItem>
</valList>
</attDef>
<attDef ident="beam.slope" usage="opt">
<desc>Captures beam slope.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="decimal"/>
</datatype>
</attDef>