att.beamPresent

Attributes that indicate whether an event lies under a beam.
Module
Attributes
@beam
@beam(optional)Indicates that this event is "under a beam". One or more values from data.BEAM, separated by spaces.
@beam(optional)Indicates that this event is "under a beam". One or more values from data.BEAM, separated by spaces.
Common Music Notation (CMN) repertoire component declarations.
@beam(optional)Indicates that this event is "under a beam". One or more values from data.BEAM, separated by spaces.
Available at
<chord>A simultaneous sounding of two or more notes in the same layer *with the same duration*.
<note>A single pitched event.
<rest>A non-sounding event found in the source being transcribed.
<space>A placeholder used to fill an incomplete measure, layer, etc. most often so that the combined duration of the events equals the number of beats in the measure.
Component declarations that are shared between two or more modules.
<chord>A simultaneous sounding of two or more notes in the same layer *with the same duration*.
<note>A single pitched event.
<rest>A non-sounding event found in the source being transcribed.
<space>A placeholder used to fill an incomplete measure, layer, etc. most often so that the combined duration of the events equals the number of beats in the measure.
Declaration
<classSpec ident="att.beamPresent" module="MEI.cmn" type="atts">
<desc xml:lang="en">Attributes that indicate whether an event lies under a beam.</desc>
<attList>
<attDef ident="beam" usage="opt">
<desc xml:lang="en">Indicates that this event is "under a beam".</desc>
<datatype maxOccurs="unbounded">
<rng:ref name="data.BEAM"/>
</datatype>
</attDef>
</attList>
</classSpec>