The <hole-shape> element

Parent element: <hole>

The <hole-shape> element indicates the shape of the hole symbol. It is a circle if not specified.

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

Hierarchy

  • HoleShape

Implements

Constructors

Properties

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

Type declaration

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

    Type declaration

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

      Methods

      Generated using TypeDoc