The <hole-type> element

Parent element: <hole>

The content of the <hole-type> element indicates what the hole symbol represents in terms of instrument fingering or other techniques.

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

Hierarchy

  • HoleType

Implements

Constructors

Properties

attributes: HoleTypeAttributes
schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "hole-type";
} = HoleType.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              type: "string";
          };
      }]
    • Readonly name: "hole-type"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }];
        name: "hole-type";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }]
      • Readonly name: "hole-type"

      Methods

      Generated using TypeDoc