att.ncForm

Attributes that record visual details of neume notation.
Module
Attributes
angled, con, curve, hooked, ligated, rellen, s-shape, tilt
angled(optional) Value conforms to data.BOOLEAN.
con(optional)Connection to the previous component within the same neume; this attribute should not be used for the first component of a neume. Allowed values are: "g" (Gapped; not connected.), "l" (Looped.), "e" (Extended.)
curve(optional)Records direction of curvature. Allowed values are: "a" (Anti-clockwise curvature.), "c" (Clockwise curvature.)
hooked(optional)Pen stroke has an extension; specific to Hispanic notation. Value conforms to data.BOOLEAN.
ligated(optional)Indicates participation in a ligature. Value conforms to data.BOOLEAN.
rellen(optional)Length of the pen stroke relative to the previous component within the same neume; this attribute should not be used for the first component of a neume. Allowed values are: "l" (Longer.), "s" (Shorter.)
s-shape(optional)Direction of the initial direction for an s-shaped pen stroke; i.e., "w" for the standard letter S, "e" for its mirror image, "s" for the letter S turned 90-degrees anti-clockwise, and "n" for its mirror image. Value conforms to data.COMPASSDIRECTION.basic.
tilt(optional)Direction of the pen stroke. Value conforms to data.COMPASSDIRECTION.
angled(optional) Value conforms to data.BOOLEAN.
con(optional)Connection to the previous component within the same neume; this attribute should not be used for the first component of a neume. Allowed values are: "g" (Gapped; not connected.), "l" (Looped.), "e" (Extended.)
hooked(optional)Pen stroke has an extension; specific to Hispanic notation. Value conforms to data.BOOLEAN.
ligated(optional)Indicates participation in a ligature. Value conforms to data.BOOLEAN.
rellen(optional)Length of the pen stroke relative to the previous component within the same neume; this attribute should not be used for the first component of a neume. Allowed values are: "l" (Longer.), "s" (Shorter.)
s-shape(optional)Direction of the initial direction for an s-shaped pen stroke; i.e., "w" for the standard letter S, "e" for its mirror image, "s" for the letter S turned 90-degrees anti-clockwise, and "n" for its mirror image. Value conforms to data.COMPASSDIRECTION.basic.
tilt(optional)Direction of the pen stroke. Value conforms to data.COMPASSDIRECTION.
(MEI.visual) Attributes describing the direction of curvature.
curve(optional)Records direction of curvature. Allowed values are: "a" (Anti-clockwise curvature.), "c" (Clockwise curvature.)
Neume repertoire component declarations.
angled(optional) Value conforms to data.BOOLEAN.
con(optional)Connection to the previous component within the same neume; this attribute should not be used for the first component of a neume. Allowed values are: "g" (Gapped; not connected.), "l" (Looped.), "e" (Extended.)
hooked(optional)Pen stroke has an extension; specific to Hispanic notation. Value conforms to data.BOOLEAN.
ligated(optional)Indicates participation in a ligature. Value conforms to data.BOOLEAN.
rellen(optional)Length of the pen stroke relative to the previous component within the same neume; this attribute should not be used for the first component of a neume. Allowed values are: "l" (Longer.), "s" (Shorter.)
s-shape(optional)Direction of the initial direction for an s-shaped pen stroke; i.e., "w" for the standard letter S, "e" for its mirror image, "s" for the letter S turned 90-degrees anti-clockwise, and "n" for its mirror image. Value conforms to data.COMPASSDIRECTION.basic.
tilt(optional)Direction of the pen stroke. Value conforms to data.COMPASSDIRECTION.
Visual component declarations.
curve(optional)Records direction of curvature. Allowed values are: "a" (Anti-clockwise curvature.), "c" (Clockwise curvature.)
Available at
ncSign representing a single pitched event, although the exact pitch may not be known.
Neume repertoire component declarations.
ncSign representing a single pitched event, although the exact pitch may not be known.
Declaration
<classSpec ident="att.ncForm" module="MEI.neumes" type="atts">
<desc xml:lang="en">Attributes that record visual details of neume notation.</desc>
<classes>
<memberOf key="att.curvatureDirection"/>
</classes>
<attList>
<attDef ident="angled" usage="opt">
<desc/>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
<attDef ident="con" usage="opt">
<desc xml:lang="en">Connection to the previous component within the same neume; this attribute should not be used for the first component of a neume.</desc>
<valList type="closed">
<valItem ident="g">
<desc xml:lang="en">Gapped; not connected.</desc>
</valItem>
<valItem ident="l">
<desc xml:lang="en">Looped.</desc>
</valItem>
<valItem ident="e">
<desc xml:lang="en">Extended.</desc>
</valItem>
</valList>
</attDef>
<attDef ident="hooked" usage="opt">
<desc xml:lang="en">Pen stroke has an extension; specific to Hispanic notation.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
<attDef ident="ligated" usage="opt">
<desc xml:lang="en">Indicates participation in a ligature.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
<attDef ident="rellen" usage="opt">
<desc xml:lang="en">Length of the pen stroke relative to the previous component within the same neume; this attribute should not be used for the first component of a neume.</desc>
<valList type="closed">
<valItem ident="l">
<desc xml:lang="en">Longer.</desc>
</valItem>
<valItem ident="s">
<desc xml:lang="en">Shorter.</desc>
</valItem>
</valList>
</attDef>
<attDef ident="s-shape" usage="opt">
<desc xml:lang="en">Direction of the initial direction for an s-shaped pen stroke;
<abbr>i.e.</abbr>
, "w" for the standard letter S, "e" for its mirror image, "s" for the letter S turned 90-degrees anti-clockwise, and "n" for its mirror image.</desc>
<datatype>
<rng:ref name="data.COMPASSDIRECTION.basic"/>
</datatype>
</attDef>
<attDef ident="tilt" usage="opt">
<desc xml:lang="en">Direction of the pen stroke.</desc>
<datatype>
<rng:ref name="data.COMPASSDIRECTION"/>
</datatype>
</attDef>
</attList>
</classSpec>