att.graceGrp.log

Logical domain attributes.
Module
Attributes
@attach, @grace, @grace.time, @layer, @staff, @tstamp, @tstamp.ges, @tstamp.real, @when
@attach(optional)Records whether the grace note group is attached to the following event or to the preceding one. The usual name for the latter is "Nachschlag". Allowed values are: "pre" (Attached to the preceding event.), "post" (Attached to the following event.), "unknown" (Attachment is ambiguous.)
@grace(optional)Marks a note or chord as a "grace" (without a definite performed duration) and records from which other note/chord it should "steal" time. Value conforms to data.GRACE.
@grace.time(optional)Records the amount of time to be "stolen" from a non-grace note/chord. Value conforms to data.PERCENT.
@layer(optional)Identifies the layer to which a feature applies. One or more values of datatype positiveInteger, separated by spaces.
@staff(optional)Signifies the staff on which a notated event occurs or to which a control event applies. Mandatory when applicable. One or more values of datatype positiveInteger, separated by spaces.
@tstamp(optional)Encodes the onset time in terms of musical time, i.e., beats[.fractional beat part], as expressed in the written time signature. Value conforms to data.BEAT.
@tstamp.ges(optional)Encodes the onset time in terms of musical time, i.e., beats[.fractional beat part], as expressed in the written time signature. Value conforms to data.BEAT.
@tstamp.real(optional)Records the onset time in terms of ISO time. Value conforms to data.ISOTIME.
@when(optional)Indicates the point of occurrence of this feature along a time line. Its value must be the ID of a <when> element elsewhere in the document. Value conforms to data.URI.
@attach(optional)Records whether the grace note group is attached to the following event or to the preceding one. The usual name for the latter is "Nachschlag". Allowed values are: "pre" (Attached to the preceding event.), "post" (Attached to the following event.), "unknown" (Attachment is ambiguous.)
(MEI.shared) Attributes that apply to all written events, , note, chord, rest, etc.
(MEI.performance) Temporal alignment attributes.
@when(optional)Indicates the point of occurrence of this feature along a time line. Its value must be the ID of a <when> element elsewhere in the document. Value conforms to data.URI.
(MEI.shared) Attributes that identify the layer to which a feature applies.
@layer(optional)Identifies the layer to which a feature applies. One or more values of datatype positiveInteger, separated by spaces.
(MEI.shared) Attributes for identifying the staff associated with the current feature.
@staff(optional)Signifies the staff on which a notated event occurs or to which a control event applies. Mandatory when applicable. One or more values of datatype positiveInteger, separated by spaces.
(MEI.gestural) Attributes that record a performed (as opposed to notated) time stamp.
@tstamp.ges(optional)Encodes the onset time in terms of musical time, i.e., beats[.fractional beat part], as expressed in the written time signature. Value conforms to data.BEAT.
@tstamp.real(optional)Records the onset time in terms of ISO time. Value conforms to data.ISOTIME.
(MEI.shared) Attributes that record a time stamp in terms of musical time, , beats[.fractional beat part].
@tstamp(optional)Encodes the onset time in terms of musical time, i.e., beats[.fractional beat part], as expressed in the written time signature. Value conforms to data.BEAT.
(MEI.cmn) Attributes that mark a note or chord as a "grace", how it should "steal" time, and how much time should be allotted to the grace note/chord.
@grace(optional)Marks a note or chord as a "grace" (without a definite performed duration) and records from which other note/chord it should "steal" time. Value conforms to data.GRACE.
@grace.time(optional)Records the amount of time to be "stolen" from a non-grace note/chord. Value conforms to data.PERCENT.
Common Music Notation (CMN) repertoire component declarations.
@attach(optional)Records whether the grace note group is attached to the following event or to the preceding one. The usual name for the latter is "Nachschlag". Allowed values are: "pre" (Attached to the preceding event.), "post" (Attached to the following event.), "unknown" (Attachment is ambiguous.)
@grace(optional)Marks a note or chord as a "grace" (without a definite performed duration) and records from which other note/chord it should "steal" time. Value conforms to data.GRACE.
@grace.time(optional)Records the amount of time to be "stolen" from a non-grace note/chord. Value conforms to data.PERCENT.
Gestural component declarations.
@tstamp.ges(optional)Encodes the onset time in terms of musical time, i.e., beats[.fractional beat part], as expressed in the written time signature. Value conforms to data.BEAT.
@tstamp.real(optional)Records the onset time in terms of ISO time. Value conforms to data.ISOTIME.
Performance component declarations.
@when(optional)Indicates the point of occurrence of this feature along a time line. Its value must be the ID of a <when> element elsewhere in the document. Value conforms to data.URI.
Component declarations that are shared between two or more modules.
@layer(optional)Identifies the layer to which a feature applies. One or more values of datatype positiveInteger, separated by spaces.
@staff(optional)Signifies the staff on which a notated event occurs or to which a control event applies. Mandatory when applicable. One or more values of datatype positiveInteger, separated by spaces.
@tstamp(optional)Encodes the onset time in terms of musical time, i.e., beats[.fractional beat part], as expressed in the written time signature. Value conforms to data.BEAT.
Available at
<graceGrp>A container for a sequence of grace notes.
Common Music Notation (CMN) repertoire component declarations.
<graceGrp>A container for a sequence of grace notes.
Declaration
<classSpec ident="att.graceGrp.log" module="MEI.cmn" type="atts">
<desc xml:lang="en">Logical domain attributes.</desc>
<classes>
<memberOf key="att.event"/>
<memberOf key="att.graced"/>
</classes>
<attList>
<attDef ident="attach" usage="opt">
<desc xml:lang="en">Records whether the grace note group is attached to the following event or to the preceding one. The usual name for the latter is "Nachschlag".</desc>
<valList type="closed">
<valItem ident="pre">
<desc xml:lang="en">Attached to the preceding event.</desc>
</valItem>
<valItem ident="post">
<desc xml:lang="en">Attached to the following event.</desc>
</valItem>
<valItem ident="unknown">
<desc xml:lang="en">Attachment is ambiguous.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>