The <touching-pitch> element

Parent element: <harmonic>

The presence of the <touching-pitch> element indicates this is the pitch at which the string is touched lightly to produce the harmonic.

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

Hierarchy

  • TouchingPitch

Implements

Constructors

Properties

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

Type declaration

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

    Type declaration

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

      Generated using TypeDoc