att.articulation

Attributes for capturing the written signs that describe the method of performance.
Module
Attributes
@artic
@artic(optional)Encodes the written articulation(s). Articulations are normally encoded in order from the note head outward; that is, away from the stem. See additional notes at att.vis.note. Only articulations should be encoded in the artic attribute; for example, fingerings should be encoded using the <fing> element. One or more values from data.ARTICULATION, separated by spaces.
@artic(optional)Encodes the written articulation(s). Articulations are normally encoded in order from the note head outward; that is, away from the stem. See additional notes at att.vis.note. Only articulations should be encoded in the artic attribute; for example, fingerings should be encoded using the <fing> element. One or more values from data.ARTICULATION, separated by spaces.
Component declarations that are shared between two or more modules.
@artic(optional)Encodes the written articulation(s). Articulations are normally encoded in order from the note head outward; that is, away from the stem. See additional notes at att.vis.note. Only articulations should be encoded in the artic attribute; for example, fingerings should be encoded using the <fing> element. One or more values from data.ARTICULATION, separated by spaces.
Available at
<note>A single pitched event.
<artic>An indication of how to play a note or chord.
<chord>A simultaneous sounding of two or more notes in the same layer *with the same duration*.
Component declarations that are shared between two or more modules.
<artic>An indication of how to play a note or chord.
<chord>A simultaneous sounding of two or more notes in the same layer *with the same duration*.
<note>A single pitched event.
Declaration
<classSpec ident="att.articulation" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes for capturing the written signs that describe the method of performance.</desc>
<attList>
<attDef ident="artic" usage="opt">
<desc xml:lang="en">Encodes the written articulation(s). Articulations are normally encoded in order from the note head outward; that is, away from the stem. See additional notes at att.vis.note. Only articulations should be encoded in the artic attribute; for example, fingerings should be encoded using the
<gi scheme="MEI">fing</gi>
element.</desc>
<datatype maxOccurs="unbounded">
<rng:ref name="data.ARTICULATION"/>
</datatype>
</attDef>
</attList>
</classSpec>