The <bend-alter> element

Parent element: <bend>

The <bend-alter> element indicates the number of semitones in the bend, similar to the <alter> element. As with the <alter> element, numbers like 0.5 can be used to indicate microtones. Negative values indicate pre-bends or releases. The <pre-bend> and <release> elements are used to distinguish what is intended. Because the <bend-alter> element represents the number of steps in the bend, a release after a bend has a negative <bend-alter> value, not a zero value.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/bend-alter/

Hierarchy

  • BendAlter

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "semitones";
            type: "label";
            value: {
                max: number;
                min: number;
                type: "float";
            };
        };
    }];
    name: "bend-alter";
} = BendAlter.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              label: "semitones";
              type: "label";
              value: {
                  max: number;
                  min: number;
                  type: "float";
              };
          };
      }]
    • Readonly name: "bend-alter"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                label: "semitones";
                type: "label";
                value: {
                    max: number;
                    min: number;
                    type: "float";
                };
            };
        }];
        name: "bend-alter";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "semitones";
                type: "label";
                value: {
                    max: number;
                    min: number;
                    type: "float";
                };
            };
        }]
      • Readonly name: "bend-alter"

      Methods

      Generated using TypeDoc