att.octaveDisplacement

Attributes describing the amount and direction of octave displacement.
Module
MEI.shared
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
octaveAn indication that a passage should be performed one or more octaves above or below its written pitch.
cpMark(copy/colla parte mark) – A verbal or graphical indication to copy musical material written elsewhere.
clefIndication of the exact location of a particular note on the staff and, therefore, the other notes as well.
octaveAn indication that a passage should be performed one or more octaves above or below its written pitch.
cpMark(copy/colla parte mark) – A verbal or graphical indication to copy musical material written elsewhere.
clefIndication 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>Attributes describing the amount and direction of octave displacement.</desc>
<attList org="group">
<attDef ident="dis" usage="opt">
<desc>Records the amount of octave displacement.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.OCTAVE.DIS" />
</datatype>
</attDef>
<attDef ident="dis.place" usage="opt">
<desc>Records the direction of octave displacement.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.STAFFREL.basic" />
</datatype>
</attDef>
</attList>
</classSpec>