att.arpeg.log

Logical domain attributes.
Module
Attributes
@layer, @order, @plist, @staff, @startid, @tstamp
@layer(optional)Identifies the layer to which a feature applies. One or more values of datatype positiveInteger, separated by spaces.
@order(optional)Describes the direction in which an arpeggio is to be performed. Allowed values are: "up" (Lowest to highest pitch.), "down" (Highest to lowest pitch.), "nonarp" (Non-arpeggiated style (usually rendered with a preceding bracket instead of a wavy line).)
@plist(optional)When the target attribute is present, plist identifies the active participants; that is, those entities pointed "from", in a relationship with the specified target(s). When the target attribute is not present, it identifies participants in a mutual relationship. One or more values from data.URI, 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.
@startid(optional)Holds a reference to the first element in a sequence of events to which the feature applies. Value conforms to data.URI.
@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.
@order(optional)Describes the direction in which an arpeggio is to be performed. Allowed values are: "up" (Lowest to highest pitch.), "down" (Highest to lowest pitch.), "nonarp" (Non-arpeggiated style (usually rendered with a preceding bracket instead of a wavy line).)
(MEI.shared) Attributes shared by events which rely on other events for their existence. For example, a slur/phrase marking must be drawn between or over a group of notes. The slur is therefore a control event.
(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 listing the active participants in a user-defined collection.
@plist(optional)When the target attribute is present, plist identifies the active participants; that is, those entities pointed "from", in a relationship with the specified target(s). When the target attribute is not present, it identifies participants in a mutual relationship. One or more values from data.URI, 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.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.shared) Attributes that identify a relative starting point.
@startid(optional)Holds a reference to the first element in a sequence of events to which the feature applies. Value conforms to data.URI.
@order(optional)Describes the direction in which an arpeggio is to be performed. Allowed values are: "up" (Lowest to highest pitch.), "down" (Highest to lowest pitch.), "nonarp" (Non-arpeggiated style (usually rendered with a preceding bracket instead of a wavy line).)
@layer(optional)Identifies the layer to which a feature applies. One or more values of datatype positiveInteger, separated by spaces.
@plist(optional)When the target attribute is present, plist identifies the active participants; that is, those entities pointed "from", in a relationship with the specified target(s). When the target attribute is not present, it identifies participants in a mutual relationship. One or more values from data.URI, 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.
@startid(optional)Holds a reference to the first element in a sequence of events to which the feature applies. Value conforms to data.URI.
@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
<arpeg>Indicates that the notes of a chord are to be performed successively rather than simultaneously, usually from lowest to highest. Sometimes called a "roll".
<arpeg>Indicates that the notes of a chord are to be performed successively rather than simultaneously, usually from lowest to highest. Sometimes called a "roll".
Declaration
<classSpec rend="add" ident="att.arpeg.log" module="MEI.cmn" type="atts">
<desc xml:lang="en">Logical domain attributes.</desc>
<classes>
<memberOf key="att.controlEvent"/>
<memberOf key="att.startId"/>
</classes>
<attList>
<attDef ident="order" usage="opt">
<desc xml:lang="en">Describes the direction in which an arpeggio is to be performed.</desc>
<valList type="closed">
<valItem ident="up">
<desc xml:lang="en">Lowest to highest pitch.</desc>
</valItem>
<valItem ident="down">
<desc xml:lang="en">Highest to lowest pitch.</desc>
</valItem>
<valItem ident="nonarp">
<desc xml:lang="en">Non-arpeggiated style (usually rendered with a preceding bracket instead of a wavy line).</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>