The ` element

Parent element: `

The ` element indicates that a bend is a pre-bend rather than a normal bend or a release.

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

Hierarchy

  • PreBend

Implements

Constructors

Properties

attributes: PreBendAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "pre-bend";
} = PreBend.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly []
    • Readonly name: "pre-bend"
    schema: {
        attributes: {};
        contents: readonly [];
        name: "pre-bend";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly []
      • Readonly name: "pre-bend"

      Generated using TypeDoc