Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type stem
Namespace No namespace
Annotations
Stems can be down, up, none, or double. For down and up stems, the position attributes can be used to specify stem length. The relative values specify the end of the stem relative to the program default. Default values specify an absolute end stem position. Negative values of relative-y that would flip a stem instead of shortening it are ignored.
Diagram
Diagram musicxml251.tmp#id83 musicxml146.tmp#id173 musicxml2.tmp#id102
Type extension of stem-value
Type hierarchy
Used by
Element note/stem
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
relative-x tenths optional
relative-y tenths optional
Source
<xs:complexType name="stem">
  <xs:annotation>
    <xs:documentation>Stems can be down, up, none, or double. For down and up stems, the position attributes can be used to specify stem length. The relative values specify the end of the stem relative to the program default. Default values specify an absolute end stem position. Negative values of relative-y that would flip a stem instead of shortening it are ignored.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="stem-value">
      <xs:attributeGroup ref="y-position"/>
      <xs:attributeGroup ref="color"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd