att.accidental.ges

Attributes for capturing momentary pitch inflection in the gestural domain.
Module
Attributes
@accid.ges
@accid.ges(optional)Records the performed pitch inflection. Value conforms to data.ACCIDENTAL.GESTURAL.
@accid.ges(optional)Records the performed pitch inflection. Value conforms to data.ACCIDENTAL.GESTURAL.
@accid.ges(optional)Records the performed pitch inflection. Value conforms to data.ACCIDENTAL.GESTURAL.
Available at
<accid>Records a temporary alteration to the pitch of a note.
<chordMember>An individual pitch in a chord defined by a <chordDef> element.
<chordMember>An individual pitch in a chord defined by a <chordDef> element.
<accid>Records a temporary alteration to the pitch of a note.
Constraints

The value of @accid.ges should not duplicate the value of @accid.

Declaration
<classSpec rend="add" ident="att.accidental.ges" module="MEI.gestural" type="atts">
<desc xml:lang="en">Attributes for capturing momentary pitch inflection in the gestural domain.</desc>
<attList>
<attDef ident="accid.ges" usage="opt">
<desc xml:lang="en">Records the performed pitch inflection.</desc>
<datatype> </datatype>
<constraintSpec ident="check_accid_duplication" scheme="schematron">
<constraint>
<sch:rule context="@accid.ges">
<sch:assert role="warning" test="not(. eq ../@accid)">The value of @accid.ges should not duplicate the value of @accid.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
</attDef>
</attList>
</classSpec>