att.timestamp2.gestural

Attributes that record a performed (as opposed to notated) time stamp for the end of an event.
Module
MEI.gestural
Attributes
tstamp2.ges, tstamp2.real
tstamp2.ges(optional)Encodes the ending point of an event, i.e., a count of measures plus a beat location in the ending measure. Value conforms to data.MEASUREBEAT.
tstamp2.real(optional)Records the ending point of an event in terms of ISO time. Value conforms to data.ISOTIME.
tstamp2.ges(optional)Encodes the ending point of an event, i.e., a count of measures plus a beat location in the ending measure. Value conforms to data.MEASUREBEAT.
tstamp2.real(optional)Records the ending point of an event in terms of ISO time. Value conforms to data.ISOTIME.
Gestural component declarations.
tstamp2.ges(optional)Encodes the ending point of an event, i.e., a count of measures plus a beat location in the ending measure. Value conforms to data.MEASUREBEAT.
tstamp2.real(optional)Records the ending point of an event in terms of ISO time. Value conforms to data.ISOTIME.
Available at
metaMarkA graphical or textual statement with additional / explanatory information about the musical text. The textual consequences of this intervention are encoded independently via other means; that is, with elements such as <add>, <del>, etc.
annot(annotation) – Provides a statement explaining the text or indicating the basis for an assertion.
attaccaAn instruction to begin the next section or movement of a composition without pause.
beamSpan(beam span) – Alternative element for explicitly encoding beams, particularly those which extend across bar lines.
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.
cpMark(copy/colla parte mark) – A verbal or graphical indication to copy musical material written elsewhere.
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.
gliss(glissando) – A 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 >.
harm(harmony) – An indication of harmony, e.g., chord names, tablature grids, harmonic analysis, figured bass.
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.
octaveAn indication that a passage should be performed one or more octaves above or below its written pitch.
ornamAn element indicating an ornament that is not a mordent, turn, or trill.
pedalPiano pedal mark.
phraseIndication of 1) a "unified melodic idea" or 2) performance technique.
slurIndication of 1) a "unified melodic idea" or 2) performance technique.
sp(speech) – Contains an individual speech in a performance text.
stageDir(stage direction) – Contains any kind of stage direction within a dramatic text or fragment.
tieAn indication that two notes of the same pitch form a single note with their combined rhythmic values.
trillRapid alternation of a note with another (usually at the interval of a second above).
tupletSpan(tuplet span) – Alternative element for encoding tuplets, especially useful for tuplets that extend across bar lines.
attaccaAn instruction to begin the next section or movement of a composition without pause.
beamSpan(beam span) – Alternative element for explicitly encoding beams, particularly those which extend across bar lines.
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.
gliss(glissando) – A 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.
octaveAn indication that a passage should be performed one or more octaves above or below its written pitch.
pedalPiano pedal mark.
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.
tupletSpan(tuplet span) – Alternative element for encoding tuplets, especially useful for tuplets that extend across bar lines.
trillRapid alternation of a note with another (usually at the interval of a second above).
sp(speech) – Contains an individual speech in a performance text.
stageDir(stage direction) – Contains any kind of stage direction within a dramatic text or fragment.
metaMarkA graphical or textual statement with additional / explanatory information about the musical text. The textual consequences of this intervention are encoded independently via other means; that is, with elements such as <add>, <del>, etc.
cpMark(copy/colla parte mark) – A verbal or graphical indication to copy musical material written elsewhere.
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.
annot(annotation) – Provides a statement explaining the text or indicating the basis for an assertion.
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.
ornamAn element indicating an ornament that is not a mordent, turn, or trill.
phraseIndication of 1) a "unified melodic idea" or 2) performance technique.
lineA visual line that cannot be represented by a more specific; i.e., semantic, element.
Declaration
<classSpec ident="att.timestamp2.gestural" module="MEI.gestural" type="atts">
<desc>Attributes that record a performed (as opposed to notated) time stamp for the end of an event.</desc>
<attList org="group">
<attDef ident="tstamp2.ges" usage="opt">
<desc>Encodes the ending point of an event, i.e., a count of measures plus a beat location in the ending measure.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREBEAT" />
</datatype>
</attDef>
<attDef ident="tstamp2.real" usage="opt">
<desc>Records the ending point of an event in terms of ISO time.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ISOTIME" />
</datatype>
</attDef>
</attList>
</classSpec>