The <sounding-pitch> element

Parent element: <harmonic>

The presence of the <sounding-pitch> element indicates this is the pitch which is heard when playing the harmonic.

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

Hierarchy

  • SoundingPitch

Implements

Constructors

Properties

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

Type declaration

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

    Type declaration

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

      Generated using TypeDoc