att.lineRend

Attributes that record the visual rendition of lines.
Module
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 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 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.
@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
<attacca>An instruction to begin the next section or movement of a composition without pause.
<dir>An 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>.
<dynam>Indication of the volume of a note, phrase, or section of music.
<f>Single element of a figured bass indication.
<fing>An individual finger in a fingering indication.
<fingGrp>A group of individual fingers in a fingering indication.
<harm>An indication of harmony, e.g., chord names, tablature grids, harmonic analysis, figured bass.
<octave>An 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.
<tempo>Text and symbols descriptive of tempo, mood, or style, e.g., "allarg.", "a tempo", "cantabile", "Moderato", "♩=60", "Moderato ♩ =60").
<trill>Rapid alternation of a note with another (usually at the interval of a second above).
<bracketSpan>Marks a sequence of notational events grouped by a bracket.
<ending>Alternative ending for a repeated passage of music; i.e., prima volta, seconda volta, etc.
<gliss>A continuous or sliding movement from one pitch to another, usually indicated by a straight or wavy line.
<pedal>Piano pedal mark.
Common Music Notation (CMN) repertoire component declarations.
<attacca>An instruction to begin the next section or movement of a composition without pause.
<bracketSpan>Marks a sequence of notational events grouped by a bracket.
<gliss>A continuous or sliding movement from one pitch to another, usually indicated by a straight or wavy line.
<octave>An indication that a passage should be performed one or more octaves above or below its written pitch.
<pedal>Piano pedal mark.
<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.
<trill>Rapid alternation of a note with another (usually at the interval of a second above).
Fingering component declarations.
<fing>An individual finger in a fingering indication.
<fingGrp>A group of individual fingers in a fingering indication.
Harmony component declarations.
<f>Single element of a figured bass indication.
<harm>An indication of harmony, e.g., chord names, tablature grids, harmonic analysis, figured bass.
Component declarations that are shared between two or more modules.
<dir>An 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>.
<dynam>Indication of the volume of a note, phrase, or section of music.
<ending>Alternative ending for a repeated passage of music; i.e., prima volta, seconda volta, etc.
<tempo>Text and symbols descriptive of tempo, mood, or style, e.g., "allarg.", "a tempo", "cantabile", "Moderato", "♩=60", "Moderato ♩ =60").
Declaration
<classSpec ident="att.lineRend" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that record the visual rendition of lines.</desc>
<classes>
<memberOf key="att.lineRend.base"/>
</classes>
<attList>
<!-- additional visual characteristics of the line -->
<attDef ident="lendsym" usage="opt">
<gloss xml:lang="en">line end symbol</gloss>
<desc xml:lang="en">Symbol rendered at end of line.</desc>
<datatype>
<rng:ref name="data.LINESTARTENDSYMBOL"/>
</datatype>
</attDef>
<attDef ident="lendsym.size" usage="opt">
<desc xml:lang="en">Holds the relative size of the line-end symbol.</desc>
<datatype>
<rng:ref name="data.FONTSIZESCALE"/>
</datatype>
</attDef>
<attDef ident="lstartsym" usage="opt">
<gloss xml:lang="en">line start symbol</gloss>
<desc xml:lang="en">Symbol rendered at start of line.</desc>
<datatype>
<rng:ref name="data.LINESTARTENDSYMBOL"/>
</datatype>
</attDef>
<attDef ident="lstartsym.size" usage="opt">
<desc xml:lang="en">Holds the relative size of the line-start symbol.</desc>
<datatype>
<rng:ref name="data.FONTSIZESCALE"/>
</datatype>
</attDef>
</attList>
</classSpec>