Slur types are empty. Most slurs are represented with two elements: one with a start type, and one with a stop type. Slurs can add more elements using a continue type. This is typically used to specify the formatting of cross-system slurs, or to specify the shape of very complex slurs. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
bezier-offset | divisions | optional | ||||
bezier-offset2 | divisions | optional | ||||
bezier-x | tenths | optional | ||||
bezier-x2 | tenths | optional | ||||
bezier-y | tenths | optional | ||||
bezier-y2 | tenths | optional | ||||
color | color | optional | ||||
default-x | tenths | optional | ||||
default-y | tenths | optional | ||||
line-type | line-type | optional | ||||
number | number-level | 1 | optional | |||
orientation | over-under | optional | ||||
placement | above-below | optional | ||||
relative-x | tenths | optional | ||||
relative-y | tenths | optional | ||||
type | start-stop-continue | required |
Element | notations/slur |
<xs:complexType name="slur"> <xs:annotation> <xs:documentation>Slur types are empty. Most slurs are represented with two elements: one with a start type, and one with a stop type. Slurs can add more elements using a continue type. This is typically used to specify the formatting of cross-system slurs, or to specify the shape of very complex slurs.</xs:documentation> </xs:annotation> <xs:attribute name="type" type="start-stop-continue" use="required"/> <xs:attribute name="number" type="number-level" default="1"/> <xs:attributeGroup ref="line-type"/> <xs:attributeGroup ref="position"/> <xs:attributeGroup ref="placement"/> <xs:attributeGroup ref="orientation"/> <xs:attributeGroup ref="bezier"/> <xs:attributeGroup ref="color"/> </xs:complexType> |