att.visualOffset2.vo

Vertical offset attributes requiring a pair of attributes.
Module
Attributes
endvo, startvo
endvo(optional)Records a vertical adjustment of a feature’s programmatically-determined end point. Value conforms to data.MEASUREMENTSIGNED.
startvo(optional)Records a vertical adjustment of a feature’s programmatically-determined start point. Value conforms to data.MEASUREMENTSIGNED.
startvo(optional)Records a vertical adjustment of a feature’s programmatically-determined start point. Value conforms to data.MEASUREMENTSIGNED.
endvo(optional)Records a vertical adjustment of a feature’s programmatically-determined end point. Value conforms to data.MEASUREMENTSIGNED.
Component declarations that are shared between two or more modules.
endvo(optional)Records a vertical adjustment of a feature’s programmatically-determined end point. Value conforms to data.MEASUREMENTSIGNED.
startvo(optional)Records a vertical adjustment of a feature’s programmatically-determined start point. Value conforms to data.MEASUREMENTSIGNED.
Available at
bendA variation in pitch (often micro-tonal) upwards or downwards during the course of a note.
bracketSpanMarks a sequence of notational events grouped by a bracket.
curveA curved line that cannot be represented by a more specific element, such as a slur.
glissA continuous or sliding movement from one pitch to another, usually indicated by a straight or wavy line.
hairpinIndicates continuous dynamics expressed on the score as wedge-shaped graphics, e.g., < and >.
lineA visual line that cannot be represented by a more specific; i.e., semantic, element.
lvA "tie-like" indication that a note should ring beyond its written duration.
phraseIndication of 1) a "unified melodic idea" or 2) performance technique.
slurIndication of 1) a "unified melodic idea" or 2) performance technique.
tieAn indication that two notes of the same pitch form a single note with their combined rhythmic values.
Common Music Notation (CMN) repertoire component declarations.
bendA variation in pitch (often micro-tonal) upwards or downwards during the course of a note.
bracketSpanMarks a sequence of notational events grouped by a bracket.
glissA continuous or sliding movement from one pitch to another, usually indicated by a straight or wavy line.
hairpinIndicates continuous dynamics expressed on the score as wedge-shaped graphics, e.g., < and >.
lvA "tie-like" indication that a note should ring beyond its written duration.
slurIndication of 1) a "unified melodic idea" or 2) performance technique.
tieAn indication that two notes of the same pitch form a single note with their combined rhythmic values.
Component declarations that are shared between two or more modules.
phraseIndication of 1) a "unified melodic idea" or 2) performance technique.
User-defined symbols component declarations.
curveA curved line that cannot be represented by a more specific element, such as a slur.
lineA visual line that cannot be represented by a more specific; i.e., semantic, element.
Declaration
<classSpec ident="att.visualOffset2.vo" module="MEI.shared" type="atts">
<desc xml:lang="en">Vertical offset attributes requiring a pair of attributes.</desc>
<attList>
<attDef ident="startvo" usage="opt">
<desc xml:lang="en">Records a vertical adjustment of a feature’s programmatically-determined start point.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTSIGNED"/>
</datatype>
</attDef>
<attDef ident="endvo" usage="opt">
<desc xml:lang="en">Records a vertical adjustment of a feature’s programmatically-determined end point.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTSIGNED"/>
</datatype>
</attDef>
</attList>
</classSpec>