<classSpec ident="att.beaming.vis" module="MEI.visual" type="atts">
<desc xml:lang="en">Used by layerDef, staffDef, and scoreDef to provide default values for attributes
in the
visual domain related to beaming.</desc>
<attList>
<attDef ident="beam.color" usage="opt">
<desc xml:lang="en">Color of beams, including those associated with tuplets.</desc>
</attDef>
<attDef ident="beam.rend" usage="opt">
<desc xml:lang="en">Encodes whether a beam is "feathered" and in which direction.</desc>
<valList type="closed">
<valItem ident="acc">
<desc xml:lang="en">Beam lines grow farther apart from left to right.</desc>
</valItem>
<valItem ident="rit">
<desc xml:lang="en">Beam lines grow closer together from left to right.</desc>
</valItem>
<valItem ident="norm">
<desc xml:lang="en">Beam lines are equally-spaced over the entire length of the beam.</desc>
</valItem>
</valList>
</attDef>
<attDef ident="beam.slope" usage="opt">
<desc xml:lang="en">Captures beam slope.</desc>
<datatype>
<rng:data type="decimal"/>
</datatype>
</attDef>
</attList>
</classSpec>