att.intervalMelodic

Attributes that provide for description of intervallic content.
Attributes
@intm
@intm(optional)Encodes the melodic interval from the previous pitch. The value may be a general directional indication (u, d, s, etc.), an indication of diatonic interval direction, quality, and size, or a precise numeric value in half steps. Value conforms to data.INTERVAL.MELODIC.
@intm(optional)Encodes the melodic interval from the previous pitch. The value may be a general directional indication (u, d, s, etc.), an indication of diatonic interval direction, quality, and size, or a precise numeric value in half steps. Value conforms to data.INTERVAL.MELODIC.
@intm(optional)Encodes the melodic interval from the previous pitch. The value may be a general directional indication (u, d, s, etc.), an indication of diatonic interval direction, quality, and size, or a precise numeric value in half steps. Value conforms to data.INTERVAL.MELODIC.
Available at
<nc>Sign representing a single pitched event, although the exact pitch may not be known.
<note>A single pitched event.
<nc>Sign representing a single pitched event, although the exact pitch may not be known.
<note>A single pitched event.
Declaration
<classSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" ident="att.intervalMelodic" module="MEI.analytical" type="atts">
<desc xml:lang="en">Attributes that provide for description of intervallic content.</desc>
<attList>
<attDef ident="intm" usage="opt">
<gloss xml:lang="en">interval melodic</gloss>
<desc xml:lang="en">Encodes the melodic interval from the previous pitch. The value may be a general directional indication (u, d, s, etc.), an indication of diatonic interval direction, quality, and size, or a precise numeric value in half steps.</desc>
<datatype>
<ref name="data.INTERVAL.MELODIC"/>
</datatype>
<exemplum xml:lang="en">
<p>The following example shows interval relationships indicated by the Parsons Code:</p>
<egXML>
<measure n="1">
<staff n="1">
<layer>
<note dur="4" oct="4" pname="c"/>
<note dur="4" oct="4" pname="d" intm="u"/>
<note dur="4" oct="4" pname="e" intm="u"/>
<note dur="4" oct="4" pname="f" intm="u"/>
<note dur="2" oct="4" pname="g" intm="u"/>
<note dur="2" oct="4" pname="g" intm="s"/>
<note dur="4" oct="4" pname="f" intm="d"/>
</layer>
</staff>
</measure>
</egXML>
</exemplum>
<exemplum xml:lang="en">
<egXML>
<measure>
<staff>
<layer>
<note dur="4" oct="5" pname="c"/>
<note dur="4" oct="5" pname="d" intm="+M2"/>
<note dur="4" oct="5" pname="c" intm="-M2"/>
<note dur="4" oct="4" pname="b" intm="-m2"/>
<note dur="4" oct="3" pname="b" intm="-P8"/>
</layer>
</staff>
</measure>
</egXML>
</exemplum>
<exemplum xml:lang="en">
<egXML>
<measure>
<staff>
<layer>
<note dur="4" oct="4" pname="c"/>
<note dur="4" oct="4" pname="d" intm="2hs"/>
<note dur="4" oct="5" pname="d" intm="12hs"/>
<note dur="4" oct="5" pname="c" intm="-2.334hs"/>
</layer>
</staff>
</measure>
</egXML>
</exemplum>
</attDef>
</attList>
</classSpec>