att.beaming.vis

Used by layerDef, staffDef, and scoreDef to provide default values for attributes in the visual domain related to beaming.
Module
MEI.visual
Attributes
beam.color, beam.rend, beam.slope
beam.color(optional)Color of beams, including those associated with tuplets. Value conforms to data.COLOR.
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.)
beam.slope(optional)Captures beam slope. Value of datatype decimal.
beam.color(optional)Color of beams, including those associated with tuplets. Value conforms to data.COLOR.
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.)
beam.slope(optional)Captures beam slope. Value of datatype decimal.
Visual component declarations.
beam.color(optional)Color of beams, including those associated with tuplets. Value conforms to data.COLOR.
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.)
beam.slope(optional)Captures beam slope. Value of datatype decimal.
Available at
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
layerDef(layer definition) – Container for layer meta-information.
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
layerDef(layer definition) – Container for layer meta-information.
Declaration
<classSpec ident="att.beaming.vis" module="MEI.visual" type="atts">
<desc>Used by layerDef, staffDef, and scoreDef to provide default values for attributes in the visual domain related to beaming.</desc>
<attList org="group">
<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>
</attList>
</classSpec>