Readonly
schema
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"
Static
Readonly
schema
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"
The
<mute>
elementParent 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/