The <artificial> element

Parent element: <harmonic>

The <artificial> element indicates that this is an artificial harmonic.

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

Hierarchy

  • Artificial

Implements

Constructors

Properties

contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "artificial";
} = Artificial.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc