The <base-pitch> element

Parent element: <harmonic>

The presence of the <base-pitch> element indicates this is the pitch at which the string is played before touching to create the harmonic.

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

Hierarchy

  • BasePitch

Implements

Constructors

Properties

contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "base-pitch";
} = BasePitch.schema

Type declaration

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

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly []
      • Readonly name: "base-pitch"

      Generated using TypeDoc