<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>
</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>