The fermata text content represents the shape of the fermata sign. An empty fermata element represents a normal fermata. The fermata type is upright if not specified. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
color | color | optional | ||||
default-x | tenths | optional | ||||
default-y | tenths | optional | ||||
font-family | comma-separated-text | optional | ||||
font-size | font-size | optional | ||||
font-style | font-style | optional | ||||
font-weight | font-weight | optional | ||||
relative-x | tenths | optional | ||||
relative-y | tenths | optional | ||||
type | upright-inverted | optional |
Elements | barline/fermata, notations/fermata |
<xs:complexType name="fermata"> <xs:annotation> <xs:documentation>The fermata text content represents the shape of the fermata sign. An empty fermata element represents a normal fermata. The fermata type is upright if not specified.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="fermata-shape"> <xs:attribute name="type" type="upright-inverted"/> <xs:attributeGroup ref="print-style"/> </xs:extension> </xs:simpleContent> </xs:complexType> |