The <mute> element

Parent element: <play>

The <mute> element represents muting playback for different instruments, including brass, winds, and strings.

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

Hierarchy

  • Mute

Implements

Constructors

Properties

attributes: MuteAttributes
contents: MuteContents
schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "mute";
            type: "label";
            value: {
                choices: readonly ["on", "off", "bucket", "cup", "echo", "harmon-no-stem", "harmon-stem", "hat", "palm", "plunger", "practice", "solotone", "stop-hand", "stop-mute", "straight"];
                type: "choices";
            };
        };
    }];
    name: "mute";
} = Mute.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              label: "mute";
              type: "label";
              value: {
                  choices: readonly ["on", "off", "bucket", "cup", "echo", "harmon-no-stem", "harmon-stem", "hat", "palm", "plunger", "practice", "solotone", "stop-hand", "stop-mute", "straight"];
                  type: "choices";
              };
          };
      }]
    • Readonly name: "mute"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                label: "mute";
                type: "label";
                value: {
                    choices: readonly ["on", "off", "bucket", "cup", "echo", "harmon-no-stem", "harmon-stem", "hat", "palm", "plunger", "practice", "solotone", "stop-hand", "stop-mute", "straight"];
                    type: "choices";
                };
            };
        }];
        name: "mute";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "mute";
                type: "label";
                value: {
                    choices: readonly ["on", "off", "bucket", "cup", "echo", "harmon-no-stem", "harmon-stem", "hat", "palm", "plunger", "practice", "solotone", "stop-hand", "stop-mute", "straight"];
                    type: "choices";
                };
            };
        }]
      • Readonly name: "mute"

      Methods

      • Gets

        Returns "straight" | "echo" | "on" | "off" | "bucket" | "cup" | "harmon-no-stem" | "harmon-stem" | "hat" | "palm" | "plunger" | "practice" | "solotone" | "stop-hand" | "stop-mute"

      • Sets

        Parameters

        • mute: "straight" | "echo" | "on" | "off" | "bucket" | "cup" | "harmon-no-stem" | "harmon-stem" | "hat" | "palm" | "plunger" | "practice" | "solotone" | "stop-hand" | "stop-mute"

        Returns Mute

      Generated using TypeDoc