Visual offset attributes. Some items may have their location recorded in terms of pairs of offsets from their programmatically-determined location. The startho and endho attributes record the horizontal offsets of the start and end points of the item, respectively. Similarly, the startvo and endvo attributes record the vertical offsets of the start and end points of the item. The startto and endto attributes hold timestamp offsets, the most common use of which is as alternatives to the ho attributes. | |
Module | MEI.shared |
Members |
curve (direct member of att.visualoffset2)
bend (via att.bend.vis)
gliss (via att.gliss.vis)
hairpin (via att.hairpin.vis)
line (via att.line.vis)
phrase (via att.phrase.vis)
slur (via att.slur.vis)
tie (via att.tie.vis)
|
Attributes |
@endho(optional)Records the horizontal adjustment of a feature's programmatically-determined end
point.
Value conforms to data.MEASUREMENTREL.
att.visualoffset2.ho
@endto(optional)Records a timestamp adjustment of a feature's programmatically-determined end
point.
Value conforms to data.TSTAMPOFFSET.
att.visualoffset2.to
@endvo(optional)Records a vertical adjustment of a feature's programmatically-determined end
point.
Value conforms to data.MEASUREMENTREL.
att.visualoffset2.vo
@startho(optional)Records the horizontal adjustment of a feature's programmatically-determined start
point.
Value conforms to data.MEASUREMENTREL.
att.visualoffset2.ho
@startto(optional)Records a timestamp adjustment of a feature's programmatically-determined start
point.
Value conforms to data.TSTAMPOFFSET.
att.visualoffset2.to
@startvo(optional)Records a vertical adjustment of a feature's programmatically-determined start
point.
Value conforms to data.MEASUREMENTREL.
att.visualoffset2.vo
|
Declaration |
|