att.ncForm

Attributes that record visual details of neume notation.
Module
MEI.neumes
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.)
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.
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.)
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.
Available at
ncSign representing a single pitched event, although the exact pitch may not be known.
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>Attributes that record visual details of neume notation.</desc>
<attList org="group">
<attDef ident="angled" usage="opt">
<desc/>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>
<attDef ident="con" usage="opt">
<desc>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>Gapped; not connected.</desc>
</valItem>
<valItem ident="l">
<desc>Looped.</desc>
</valItem>
<valItem ident="e">
<desc>Extended.</desc>
</valItem>
</valList>
</attDef>
<attDef ident="curve" usage="opt">
<desc>Records direction of curvature.</desc>
<valList type="closed">
<valItem ident="a">
<desc>Anti-clockwise curvature.</desc>
</valItem>
<valItem ident="c">
<desc>Clockwise curvature.</desc>
</valItem>
</valList>
</attDef>
<attDef ident="hooked" usage="opt">
<desc>Pen stroke has an extension; specific to Hispanic notation.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>
<attDef ident="ligated" usage="opt">
<desc>Indicates participation in a ligature.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>
<attDef ident="rellen" usage="opt">
<desc>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>Longer.</desc>
</valItem>
<valItem ident="s">
<desc>Shorter.</desc>
</valItem>
</valList>
</attDef>
<attDef ident="s-shape" usage="opt">
<desc>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.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.COMPASSDIRECTION.basic" />
</datatype>
</attDef>
<attDef ident="tilt" usage="opt">
<desc>Direction of the pen stroke.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.COMPASSDIRECTION" />
</datatype>
</attDef>
</attList>
</classSpec>