accidental

The accidental type represents actual notated accidentals. Editorial and cautionary indications are indicated by attributes. Values for these attributes are "no" if not present. Specific graphic display such as parentheses, brackets, and size are controlled by the level-display attribute group.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
bracket yes-no optional
cautionary yes-no optional
color color optional
default-x tenths optional
default-y tenths optional
editorial yes-no optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
parentheses yes-no optional
relative-x tenths optional
relative-y tenths optional
size symbol-size optional

Used By

Element note/accidental

Source

<xs:complexType name="accidental">
  <xs:annotation>
    <xs:documentation>The accidental type represents actual notated accidentals. Editorial and cautionary indications are indicated by attributes. Values for these attributes are "no" if not present. Specific graphic display such as parentheses, brackets, and size are controlled by the level-display attribute group.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="accidental-value">
      <xs:attribute name="cautionary" type="yes-no"/>
      <xs:attribute name="editorial" type="yes-no"/>
      <xs:attributeGroup ref="level-display"/>
      <xs:attributeGroup ref="print-style"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>