The <natural> element

Parent element: <harmonic>

The <natural> element indicates that this is a natural harmonic. These are usually notated at base pitch rather than sounding pitch.

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

Hierarchy

  • Natural

Implements

Constructors

Properties

attributes: NaturalAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "natural";
} = Natural.schema

Type declaration

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

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly []
      • Readonly name: "natural"

      Generated using TypeDoc