att.articulation

Attributes for capturing the written signs that describe the method of performance.
Module
MEI.shared
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
noteA single pitched event.
artic(articulation) – An indication of how to play a note or chord.
chordA simultaneous sounding of two or more notes in the same layer *with the same duration*.
noteA single pitched event.
artic(articulation) – An indication of how to play a note or chord.
chordA simultaneous sounding of two or more notes in the same layer *with the same duration*.
Declaration
<classSpec ident="att.articulation" module="MEI.shared" type="atts">
<desc>Attributes for capturing the written signs that describe the method of performance.</desc>
<attList org="group">
<attDef ident="artic" usage="opt">
<desc>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" minOccurs="1">
<rng:ref name="data.ARTICULATION" />
</datatype>
</attDef>
</attList>
</classSpec>