The <release> element

Parent element: <bend>

The <release> element indicates that a bend is a release rather than a normal bend or pre-bend. The first-beat and last-beat attributes of the parent <bend> element are relative to the original note position, not this offset value.

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

Hierarchy

  • Release

Implements

Constructors

Properties

attributes: ReleaseAttributes
contents: []
schema: {
    attributes: {
        offset: {
            type: "optional";
            value: {
                max: number;
                min: number;
                type: "float";
            };
        };
    };
    contents: readonly [];
    name: "release";
} = Release.schema

Type declaration

  • Readonly attributes: {
        offset: {
            type: "optional";
            value: {
                max: number;
                min: number;
                type: "float";
            };
        };
    }
    • Readonly offset: {
          type: "optional";
          value: {
              max: number;
              min: number;
              type: "float";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            max: number;
            min: number;
            type: "float";
        }
        • Readonly max: number
        • Readonly min: number
        • Readonly type: "float"
  • Readonly contents: readonly []
  • Readonly name: "release"
schema: {
    attributes: {
        offset: {
            type: "optional";
            value: {
                max: number;
                min: number;
                type: "float";
            };
        };
    };
    contents: readonly [];
    name: "release";
} = ...

Type declaration

  • Readonly attributes: {
        offset: {
            type: "optional";
            value: {
                max: number;
                min: number;
                type: "float";
            };
        };
    }
    • Readonly offset: {
          type: "optional";
          value: {
              max: number;
              min: number;
              type: "float";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            max: number;
            min: number;
            type: "float";
        }
        • Readonly max: number
        • Readonly min: number
        • Readonly type: "float"
  • Readonly contents: readonly []
  • Readonly name: "release"

Methods

Generated using TypeDoc