att.beamed

Attributes that indicate whether an event lies under a beam.
Module MEI.cmn
Members
att.chord.log.cmn (no elements directly inheriting from this class)
att.note.log.cmn (no elements directly inheriting from this class)
att.rest.log.cmn (no elements directly inheriting from this class)
att.space.log.cmn (no elements directly inheriting from this class)
Attributes
@beam(optional)Indicates that this event is "under a beam". One or more values from data.BEAM, separated by spaces. att.beamed
Declaration
<attDef ident="beam" usage="opt">
<desc>Indicates that this event is "under a beam".</desc>
<datatype maxOccurs="unbounded" minOccurs="1">
<rng:ref name="data.BEAM" />
</datatype>
</attDef>