att.lineRend

Attributes that record the visual rendition of lines.
Module
MEI.shared
Attributes
lendsym, lendsym.size, lform, lsegs, lstartsym, lstartsym.size, lwidth
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 line 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.
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 line 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.
lwidth(optional)Width of a line. Value conforms to data.LINEWIDTH.
Component declarations that are shared between two or more modules.
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 line 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.
dir(directive) – An instruction expressed as a combination of text and symbols — such as segno and coda symbols, fermatas over a bar line, etc., typically above, below, or between staves, but not on the staff — that is not encoded elsewhere in more specific elements, like tempo or dynam.
dynam(dynamic) – Indication of the volume of a note, phrase, or section of music.
f(figure) – Single element of a figured bass indication.
fingfinger – An individual finger in a fingering indication.
fingGrp(finger group)– A group of individual fingers in a fingering indication.
harm(harmony) – An 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.
trillRapid alternation of a note with another (usually at the interval of a second above).
bracketSpanMarks a sequence of notational events grouped by a bracket.
endingAlternative ending for a repeated passage of music; i.e., prima volta, seconda volta, etc.
gliss(glissando) – A continuous or sliding movement from one pitch to another, usually indicated by a straight or wavy line.
pedalPiano pedal mark.
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.
bracketSpanMarks a sequence of notational events grouped by a bracket.
gliss(glissando) – A continuous or sliding movement from one pitch to another, usually indicated by a straight or wavy line.
pedalPiano pedal mark.
trillRapid alternation of a note with another (usually at the interval of a second above).
fingfinger – An individual finger in a fingering indication.
fingGrp(finger group)– A group of individual fingers in a fingering indication.
f(figure) – Single element of a figured bass indication.
harm(harmony) – An indication of harmony, e.g., chord names, tablature grids, harmonic analysis, figured bass.
dir(directive) – An instruction expressed as a combination of text and symbols — such as segno and coda symbols, fermatas over a bar line, etc., typically above, below, or between staves, but not on the staff — that is not encoded elsewhere in more specific elements, like tempo or dynam.
dynam(dynamic) – Indication of the volume of a note, phrase, or section of music.
endingAlternative ending for a repeated passage of music; i.e., prima volta, seconda volta, etc.
Declaration
<classSpec ident="att.lineRend" module="MEI.shared" type="atts">
<desc>Attributes that record the visual rendition of lines.</desc>
<classes>
<memberOf key="att.lineRend.base"/>
</classes>
<attList org="group">
<attDef ident="lendsym" usage="opt">
<desc>Symbol rendered at end of line.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.LINESTARTENDSYMBOL" />
</datatype>
</attDef>
<attDef ident="lendsym.size" usage="opt">
<desc>Holds the relative size of the line-end symbol.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTSIZESCALE" />
</datatype>
</attDef>
<attDef ident="lstartsym" usage="opt">
<desc>Symbol rendered at start of line.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.LINESTARTENDSYMBOL" />
</datatype>
</attDef>
<attDef ident="lstartsym.size" usage="opt">
<desc>Holds the relative size of the line-start symbol.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTSIZESCALE" />
</datatype>
</attDef>
</attList>
</classSpec>