att.octaveDisplacement

Attributes describing the amount and direction of octave displacement.
Module
Attributes
@dis, @dis.place
@dis(optional)Records the amount of octave displacement. Value conforms to data.OCTAVE.DIS.
@dis.place(optional)Records the direction of octave displacement. Value conforms to data.STAFFREL.basic.
@dis(optional)Records the amount of octave displacement. Value conforms to data.OCTAVE.DIS.
@dis.place(optional)Records the direction of octave displacement. Value conforms to data.STAFFREL.basic.
Component declarations that are shared between two or more modules.
@dis(optional)Records the amount of octave displacement. Value conforms to data.OCTAVE.DIS.
@dis.place(optional)Records the direction of octave displacement. Value conforms to data.STAFFREL.basic.
Available at
<octave>An indication that a passage should be performed one or more octaves above or below its written pitch.
<cpMark>A verbal or graphical indication to copy musical material written elsewhere.
<clef>Indication of the exact location of a particular note on the staff and, therefore, the other notes as well.
Common Music Notation (CMN) repertoire component declarations.
<octave>An indication that a passage should be performed one or more octaves above or below its written pitch.
Editorial and transcriptional component declarations.
<cpMark>A verbal or graphical indication to copy musical material written elsewhere.
Component declarations that are shared between two or more modules.
<clef>Indication of the exact location of a particular note on the staff and, therefore, the other notes as well.
Declaration
<classSpec ident="att.octaveDisplacement" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes describing the amount and direction of octave displacement.</desc>
<attList>
<attDef ident="dis" usage="opt">
<desc xml:lang="en">Records the amount of octave displacement.</desc>
<datatype>
<rng:ref name="data.OCTAVE.DIS"/>
</datatype>
</attDef>
<attDef ident="dis.place" usage="opt">
<desc xml:lang="en">Records the direction of octave displacement.</desc>
<datatype>
<rng:ref name="data.STAFFREL.basic"/>
</datatype>
</attDef>
</attList>
</classSpec>