Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type accidental-mark
Namespace No namespace
Annotations
An accidental-mark can be used as a separate notation or as part of an ornament. When used in an ornament, position and placement are relative to the ornament, not relative to the note.
Diagram
Diagram musicxml93.tmp#id75 musicxml6.tmp#id142 musicxml7.tmp#id131
Type extension of accidental-text
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use 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
placement above-below optional
relative-x tenths optional
relative-y tenths optional
Source
<xs:complexType name="accidental-mark">
  <xs:annotation>
    <xs:documentation>An accidental-mark can be used as a separate notation or as part of an ornament. When used in an ornament, position and placement are relative to the ornament, not relative to the note.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="accidental-text">
      <xs:attributeGroup ref="print-style"/>
      <xs:attributeGroup ref="placement"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd