att.mensural.vis

Used by staffDef and scoreDef to provide default values for attributes in the visual domain related to mensuration.
Module
Attributes
mensur.color, mensur.dot, mensur.form, mensur.loc, mensur.orient, mensur.sign, mensur.size, mensur.slash
mensur.color(optional)Records the color of the mensuration sign. Do not confuse this with the musical term 'color' as used in pre-CMN notation. Value conforms to data.COLOR.
mensur.dot(optional)Determines if a dot is to be added to the base symbol. Value conforms to data.BOOLEAN.
mensur.form(optional)Indicates whether the base symbol is written vertically or horizontally. Allowed values are: "horizontal" (Horizontally oriented.), "vertical" (Vertically oriented.)
mensur.loc(optional)Holds the staff location of the mensuration sign. Value conforms to data.STAFFLOC.
mensur.orient(optional)Describes the rotation or reflection of the base symbol. Value conforms to data.ORIENTATION.
mensur.sign(optional)The base symbol in the mensuration sign/time signature of mensural notation. Value conforms to data.MENSURATIONSIGN.
mensur.size(optional)Describes the relative size of the mensuration sign. Value conforms to data.FONTSIZE.
mensur.slash(optional)Indicates the number lines added to the mensuration sign. For example, one slash is added for what we now call 'alla breve'. Value is a positive integer.
mensur.color(optional)Records the color of the mensuration sign. Do not confuse this with the musical term 'color' as used in pre-CMN notation. Value conforms to data.COLOR.
mensur.dot(optional)Determines if a dot is to be added to the base symbol. Value conforms to data.BOOLEAN.
mensur.form(optional)Indicates whether the base symbol is written vertically or horizontally. Allowed values are: "horizontal" (Horizontally oriented.), "vertical" (Vertically oriented.)
mensur.loc(optional)Holds the staff location of the mensuration sign. Value conforms to data.STAFFLOC.
mensur.orient(optional)Describes the rotation or reflection of the base symbol. Value conforms to data.ORIENTATION.
mensur.sign(optional)The base symbol in the mensuration sign/time signature of mensural notation. Value conforms to data.MENSURATIONSIGN.
mensur.size(optional)Describes the relative size of the mensuration sign. Value conforms to data.FONTSIZE.
mensur.slash(optional)Indicates the number lines added to the mensuration sign. For example, one slash is added for what we now call 'alla breve'. Value is a positive integer.
Visual component declarations.
mensur.color(optional)Records the color of the mensuration sign. Do not confuse this with the musical term 'color' as used in pre-CMN notation. Value conforms to data.COLOR.
mensur.dot(optional)Determines if a dot is to be added to the base symbol. Value conforms to data.BOOLEAN.
mensur.form(optional)Indicates whether the base symbol is written vertically or horizontally. Allowed values are: "horizontal" (Horizontally oriented.), "vertical" (Vertically oriented.)
mensur.loc(optional)Holds the staff location of the mensuration sign. Value conforms to data.STAFFLOC.
mensur.orient(optional)Describes the rotation or reflection of the base symbol. Value conforms to data.ORIENTATION.
mensur.sign(optional)The base symbol in the mensuration sign/time signature of mensural notation. Value conforms to data.MENSURATIONSIGN.
mensur.size(optional)Describes the relative size of the mensuration sign. Value conforms to data.FONTSIZE.
mensur.slash(optional)Indicates the number lines added to the mensuration sign. For example, one slash is added for what we now call 'alla breve'. Value is a positive integer.
Available at
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Component declarations that are shared between two or more modules.
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Declaration
<classSpec ident="att.mensural.vis" module="MEI.visual" type="atts">
<desc xml:lang="en">Used by staffDef and scoreDef to provide default values for attributes in the visual domain related to mensuration.</desc>
<attList>
<attDef ident="mensur.color" usage="opt">
<desc xml:lang="en">Records the color of the mensuration sign. Do not confuse this with the musical term 'color' as used in pre-CMN notation.</desc>
<datatype>
<rng:ref name="data.COLOR"/>
</datatype>
</attDef>
<attDef ident="mensur.dot" usage="opt">
<desc xml:lang="en">Determines if a dot is to be added to the base symbol.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
<attDef ident="mensur.form" usage="opt">
<desc xml:lang="en">Indicates whether the base symbol is written vertically or horizontally.</desc>
<valList type="closed">
<valItem ident="horizontal">
<desc xml:lang="en">Horizontally oriented.</desc>
</valItem>
<valItem ident="vertical">
<desc xml:lang="en">Vertically oriented.</desc>
</valItem>
</valList>
</attDef>
<attDef ident="mensur.loc" usage="opt">
<desc xml:lang="en">Holds the staff location of the mensuration sign.</desc>
<datatype>
<rng:ref name="data.STAFFLOC"/>
</datatype>
</attDef>
<attDef ident="mensur.orient" usage="opt">
<desc xml:lang="en">Describes the rotation or reflection of the base symbol.</desc>
<datatype>
<rng:ref name="data.ORIENTATION"/>
</datatype>
</attDef>
<attDef ident="mensur.sign" usage="opt">
<desc xml:lang="en">The base symbol in the mensuration sign/time signature of mensural notation.</desc>
<datatype>
<rng:ref name="data.MENSURATIONSIGN"/>
</datatype>
</attDef>
<attDef ident="mensur.size" usage="opt">
<desc xml:lang="en">Describes the relative size of the mensuration sign.</desc>
<datatype>
<rng:ref name="data.FONTSIZE"/>
</datatype>
</attDef>
<attDef ident="mensur.slash" usage="opt">
<desc xml:lang="en">Indicates the number lines added to the mensuration sign. For example, one slash is added for what we now call 'alla breve'.</desc>
<datatype>
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
</attList>
</classSpec>