Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element bend/bend-alter
Namespace No namespace
Annotations
The bend-alter element indicates the number of steps in the bend, similar to the alter element. As with the alter element, numbers like 0.5 can be used to indicate microtones. Negative numbers indicate pre-bends or releases; the pre-bend and release elements are used to distinguish what is intended.
Diagram
Diagram musicxml79.tmp#id81
Type semitones
Properties
content: simple
Source
<xs:element name="bend-alter" type="semitones">
  <xs:annotation>
    <xs:documentation>The bend-alter element indicates the number of steps in the bend, similar to the alter element. As with the alter element, numbers like 0.5 can be used to indicate microtones. Negative numbers indicate pre-bends or releases; the pre-bend and release elements are used to distinguish what is intended.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element bend/pre-bend
Namespace No namespace
Annotations
The pre-bend element indicates that this is a pre-bend rather than a normal bend or a release.
Diagram
Diagram musicxml53.tmp#id207
Type empty
Properties
content: complex
Source
<xs:element name="pre-bend" type="empty">
  <xs:annotation>
    <xs:documentation>The pre-bend element indicates that this is a pre-bend rather than a normal bend or a release.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element bend/release
Namespace No namespace
Annotations
The release element indicates that this is a release rather than a normal bend or pre-bend.
Diagram
Diagram musicxml53.tmp#id207
Type empty
Properties
content: complex
Source
<xs:element name="release" type="empty">
  <xs:annotation>
    <xs:documentation>The release element indicates that this is a release rather than a normal bend or pre-bend.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element bend/with-bar
Namespace No namespace
Annotations
The with-bar element indicates that the bend is to be done at the bridge with a whammy or vibrato bar. The content of the element indicates how this should be notated.
Diagram
Diagram musicxml6.tmp#id142 musicxml7.tmp#id131 musicxml62.tmp#id656
Type placement-text
Properties
content: complex
minOccurs: 0
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:element name="with-bar" type="placement-text" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The with-bar element indicates that the bend is to be done at the bridge with a whammy or vibrato bar. The content of the element indicates how this should be notated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type bend
Namespace No namespace
Annotations
The bend type is used in guitar and tablature. The bend-alter element indicates the number of steps in the bend, similar to the alter element. As with the alter element, numbers like 0.5 can be used to indicate microtones. Negative numbers indicate pre-bends or releases; the pre-bend and release elements are used to distinguish what is intended. A with-bar element indicates that the bend is to be done at the bridge with a whammy or vibrato bar. The content of the element indicates how this should be notated.
Diagram
Diagram musicxml6.tmp#id142 musicxml164.tmp#id90 musicxml222.tmp#id665 musicxml222.tmp#id666 musicxml222.tmp#id667 musicxml222.tmp#id668
Used by
Element technical/bend
Model bend-alter , (pre-bend | release) , with-bar{0,1}
Children bend-alter, pre-bend, release, with-bar
Attributes
QName Type Fixed Default Use Annotation
accelerate yes-no optional
beats non-negative-decimal optional
color color optional
default-x tenths optional
default-y tenths optional
first-beat percent optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
last-beat percent optional
relative-x tenths optional
relative-y tenths optional
Source
<xs:complexType name="bend">
  <xs:annotation>
    <xs:documentation>The bend type is used in guitar and tablature. The bend-alter element indicates the number of steps in the bend, similar to the alter element. As with the alter element, numbers like 0.5 can be used to indicate microtones. Negative numbers indicate pre-bends or releases; the pre-bend and release elements are used to distinguish what is intended. A with-bar element indicates that the bend is to be done at the bridge with a whammy or vibrato bar. The content of the element indicates how this should be notated.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="bend-alter" type="semitones">
      <xs:annotation>
        <xs:documentation>The bend-alter element indicates the number of steps in the bend, similar to the alter element. As with the alter element, numbers like 0.5 can be used to indicate microtones. Negative numbers indicate pre-bends or releases; the pre-bend and release elements are used to distinguish what is intended.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice minOccurs="0">
      <xs:element name="pre-bend" type="empty">
        <xs:annotation>
          <xs:documentation>The pre-bend element indicates that this is a pre-bend rather than a normal bend or a release.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="release" type="empty">
        <xs:annotation>
          <xs:documentation>The release element indicates that this is a release rather than a normal bend or pre-bend.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
    <xs:element name="with-bar" type="placement-text" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The with-bar element indicates that the bend is to be done at the bridge with a whammy or vibrato bar. The content of the element indicates how this should be notated.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="print-style"/>
  <xs:attributeGroup ref="bend-sound"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd