att.meterSig.vis

Visual domain attributes.
Module MEI.shared
Members
meterSig (direct member of att.meterSig.vis)
Attributes
@altsym(optional)Provides a way of pointing to a user-defined symbol. It must contain an ID of a <symbolDef> element elsewhere in the document. Value conforms to data.URI. att.altsym
@fontfam(optional)Contains the name of a font-family. Value conforms to data.FONTFAMILY. att.typography
@fontname(optional)Holds the name of a font. Value conforms to data.FONTNAME. att.typography
@fontsize(optional)Indicates the size of a font expressed in printers' points, i.e., 1/72nd of an inch, relative terms, e.g., "small", "larger", etc., or percentage values relative to "normal" size, e.g., "125%". Value conforms to data.FONTSIZE. att.typography
@fontstyle(optional)Records the style of a font, i.e, italic, oblique, or normal. Value conforms to data.FONTSTYLE. att.typography
@fontweight(optional)Used to indicate bold type. Value conforms to data.FONTWEIGHT. att.typography
@form(optional)Contains an indication of how the meter signature should be rendered. Allowed values are: "num" (Show only the number of beats.), "denomsym" (The lower number in the meter signature is replaced by a note symbol.), "norm" (Meter signature rendered using traditional numeric values.), "invis" (Meter signature not rendered.)att.meterSig.vis
@glyphname(optional)Glyph name. Value of datatype string. att.extsym
@glyphnum(optional)Numeric glyph reference in hexadecimal notation, e.g. "#xE000" or "U+E000". N.B. SMuFL version 1.18 uses the range U+E000 - U+ECBF. Value of datatype a string matching the following regular expression: "(#x|U\+)[A-F0-9]+" . att.extsym
Declaration
<classes>
<memberOf key="att.altsym"/>
<memberOf key="att.extsym"/>
<memberOf key="att.typography"/>
</classes>
<attDef ident="form" usage="opt">
<desc>Contains an indication of how the meter signature should be rendered.</desc>
<valList type="closed">
<valItem ident="num">
<desc>Show only the number of beats.</desc>
</valItem>
<valItem ident="denomsym">
<desc>The lower number in the meter signature is replaced by a note symbol.</desc>
</valItem>
<valItem ident="norm">
<desc>Meter signature rendered using traditional numeric values.</desc>
</valItem>
<valItem ident="invis">
<desc>Meter signature not rendered.</desc>
</valItem>
</valList>
</attDef>