The <harmon-closed> element

Parent element: <harmon-mute>

The <harmon-closed> element represents whether the harmon mute is closed, open, or half-open.

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

Hierarchy

  • HarmonClosed

Implements

Constructors

Properties

schema: {
    attributes: {
        location: {
            type: "optional";
            value: {
                choices: readonly ["bottom", "left", "right", "top"];
                type: "choices";
            };
        };
    };
    contents: readonly [{
        type: "required";
        value: {
            label: "harmon-closed-value";
            type: "label";
            value: {
                choices: readonly ["yes", "no", "half"];
                type: "choices";
            };
        };
    }];
    name: "harmon-closed";
} = HarmonClosed.schema

Type declaration

  • Readonly attributes: {
        location: {
            type: "optional";
            value: {
                choices: readonly ["bottom", "left", "right", "top"];
                type: "choices";
            };
        };
    }
    • Readonly location: {
          type: "optional";
          value: {
              choices: readonly ["bottom", "left", "right", "top"];
              type: "choices";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            choices: readonly ["bottom", "left", "right", "top"];
            type: "choices";
        }
        • Readonly choices: readonly ["bottom", "left", "right", "top"]
        • Readonly type: "choices"
  • Readonly contents: readonly [{
        type: "required";
        value: {
            label: "harmon-closed-value";
            type: "label";
            value: {
                choices: readonly ["yes", "no", "half"];
                type: "choices";
            };
        };
    }]
  • Readonly name: "harmon-closed"
schema: {
    attributes: {
        location: {
            type: "optional";
            value: {
                choices: readonly ["bottom", "left", "right", "top"];
                type: "choices";
            };
        };
    };
    contents: readonly [{
        type: "required";
        value: {
            label: "harmon-closed-value";
            type: "label";
            value: {
                choices: readonly ["yes", "no", "half"];
                type: "choices";
            };
        };
    }];
    name: "harmon-closed";
} = ...

Type declaration

  • Readonly attributes: {
        location: {
            type: "optional";
            value: {
                choices: readonly ["bottom", "left", "right", "top"];
                type: "choices";
            };
        };
    }
    • Readonly location: {
          type: "optional";
          value: {
              choices: readonly ["bottom", "left", "right", "top"];
              type: "choices";
          };
      }
      • Readonly type: "optional"
      • Readonly value: {
            choices: readonly ["bottom", "left", "right", "top"];
            type: "choices";
        }
        • Readonly choices: readonly ["bottom", "left", "right", "top"]
        • Readonly type: "choices"
  • Readonly contents: readonly [{
        type: "required";
        value: {
            label: "harmon-closed-value";
            type: "label";
            value: {
                choices: readonly ["yes", "no", "half"];
                type: "choices";
            };
        };
    }]
  • Readonly name: "harmon-closed"

Methods

  • Gets

    Returns null | "left" | "right" | "top" | "bottom"

Generated using TypeDoc