att.extender

Attributes that describe extension symbols, typically lines. Members of this class are also typically members of the att.lineRend class.
Module
Attributes
extender, lendsym, lendsym.size, lform, lsegs, lstartsym, lstartsym.size, lwidth
extender(optional)Indicates the presence of an extension symbol, typically a line. Value conforms to data.BOOLEAN.
lendsym(optional)Symbol rendered at end of line. Value conforms to data.LINESTARTENDSYMBOL.
lendsym.size(optional)Holds the relative size of the line-end symbol. Value conforms to data.FONTSIZESCALE.
lform(optional)Describes the style of a line. Value conforms to data.LINEFORM.
lsegs(optional)Describes the number of segments into which a dashed or dotted line may be divided, or the number of "peaks" of a wavy line; a pair of space-separated values (minimum and maximum, respectively) provides a range between which a rendering system-supplied value may fall, while a single value indicates a fixed amount of space; that is, the minimum and maximum values are equal. One or two values of datatype a positive integer no smaller than 2, separated by a space.
lstartsym(optional)Symbol rendered at start of line. Value conforms to data.LINESTARTENDSYMBOL.
lstartsym.size(optional)Holds the relative size of the line-start symbol. Value conforms to data.FONTSIZESCALE.
lwidth(optional)Width of a line. Value conforms to data.LINEWIDTH.
extender(optional)Indicates the presence of an extension symbol, typically a line. Value conforms to data.BOOLEAN.
(MEI.shared) Attributes that record the visual rendition of lines.
lendsym(optional)Symbol rendered at end of line. Value conforms to data.LINESTARTENDSYMBOL.
lendsym.size(optional)Holds the relative size of the line-end symbol. Value conforms to data.FONTSIZESCALE.
lstartsym(optional)Symbol rendered at start of line. Value conforms to data.LINESTARTENDSYMBOL.
lstartsym.size(optional)Holds the relative size of the line-start symbol. Value conforms to data.FONTSIZESCALE.
(MEI.shared) Attributes that record the basic visual rendition of lines.
lform(optional)Describes the style of a line. Value conforms to data.LINEFORM.
lwidth(optional)Width of a line. Value conforms to data.LINEWIDTH.
lsegs(optional)Describes the number of segments into which a dashed or dotted line may be divided, or the number of "peaks" of a wavy line; a pair of space-separated values (minimum and maximum, respectively) provides a range between which a rendering system-supplied value may fall, while a single value indicates a fixed amount of space; that is, the minimum and maximum values are equal. One or two values of datatype a positive integer no smaller than 2, separated by a space.
Component declarations that are shared between two or more modules.
extender(optional)Indicates the presence of an extension symbol, typically a line. Value conforms to data.BOOLEAN.
lendsym(optional)Symbol rendered at end of line. Value conforms to data.LINESTARTENDSYMBOL.
lendsym.size(optional)Holds the relative size of the line-end symbol. Value conforms to data.FONTSIZESCALE.
lform(optional)Describes the style of a line. Value conforms to data.LINEFORM.
lsegs(optional)Describes the number of segments into which a dashed or dotted line may be divided, or the number of "peaks" of a wavy line; a pair of space-separated values (minimum and maximum, respectively) provides a range between which a rendering system-supplied value may fall, while a single value indicates a fixed amount of space; that is, the minimum and maximum values are equal. One or two values of datatype a positive integer no smaller than 2, separated by a space.
lstartsym(optional)Symbol rendered at start of line. Value conforms to data.LINESTARTENDSYMBOL.
lstartsym.size(optional)Holds the relative size of the line-start symbol. Value conforms to data.FONTSIZESCALE.
lwidth(optional)Width of a line. Value conforms to data.LINEWIDTH.
Available at
attaccaAn instruction to begin the next section or movement of a composition without pause.
dirAn instruction expressed as a combination of text and symbols, typically above, below, or between staves, but not on the staff — that is not encoded elsewhere in more specific elements, like tempo, dynam or repeatMark.
dynamIndication of the volume of a note, phrase, or section of music.
fSingle element of a figured bass indication.
fingAn individual finger in a fingering indication.
fingGrpA group of individual fingers in a fingering indication.
harmAn indication of harmony, e.g., chord names, tablature grids, harmonic analysis, figured bass.
octaveAn indication that a passage should be performed one or more octaves above or below its written pitch.
repeatMark An instruction expressed as a combination of text and symbols – segno and coda – typically above, below, or between staves, but not on the staff.
tempoText and symbols descriptive of tempo, mood, or style, e.g., "allarg.", "a tempo", "cantabile", "Moderato", "♩=60", "Moderato ♩ =60").
trillRapid alternation of a note with another (usually at the interval of a second above).
Common Music Notation (CMN) repertoire component declarations.
attaccaAn instruction to begin the next section or movement of a composition without pause.
octaveAn indication that a passage should be performed one or more octaves above or below its written pitch.
repeatMark An instruction expressed as a combination of text and symbols – segno and coda – typically above, below, or between staves, but not on the staff.
CMN ornament component declarations.
trillRapid alternation of a note with another (usually at the interval of a second above).
Fingering component declarations.
fingAn individual finger in a fingering indication.
fingGrpA group of individual fingers in a fingering indication.
Harmony component declarations.
fSingle element of a figured bass indication.
harmAn indication of harmony, e.g., chord names, tablature grids, harmonic analysis, figured bass.
Component declarations that are shared between two or more modules.
dirAn instruction expressed as a combination of text and symbols, typically above, below, or between staves, but not on the staff — that is not encoded elsewhere in more specific elements, like tempo, dynam or repeatMark.
dynamIndication of the volume of a note, phrase, or section of music.
tempoText and symbols descriptive of tempo, mood, or style, e.g., "allarg.", "a tempo", "cantabile", "Moderato", "♩=60", "Moderato ♩ =60").
Declaration
<classSpec ident="att.extender" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that describe extension symbols, typically lines. Members of this class are also typically members of the att.lineRend class.</desc>
<classes>
<memberOf key="att.lineRend"/>
</classes>
<attList>
<attDef ident="extender" usage="opt">
<desc xml:lang="en">Indicates the presence of an extension symbol, typically a line.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
</attList>
</classSpec>