Readonly
schema
schema: {
attributes: {};
contents: readonly [{
type: "required";
value: {
label: "stick-type";
type: "label";
value: {
choices: readonly ["bass drum", "double bass drum", "glockenspiel", "gum", "hammer", "superball", "timpani", "wound", "xylophone", "yarn"];
type: "choices";
};
};
}];
name: "stick-type";
} = StickType.schema
Type declaration
Readonly
attributes: {}
Readonly
contents: readonly [{
type: "required";
value: {
label: "stick-type";
type: "label";
value: {
choices: readonly ["bass drum", "double bass drum", "glockenspiel", "gum", "hammer", "superball", "timpani", "wound", "xylophone", "yarn"];
type: "choices";
};
};
}]
Readonly
name: "stick-type"
Static
Readonly
schema
schema: {
attributes: {};
contents: readonly [{
type: "required";
value: {
label: "stick-type";
type: "label";
value: {
choices: readonly ["bass drum", "double bass drum", "glockenspiel", "gum", "hammer", "superball", "timpani", "wound", "xylophone", "yarn"];
type: "choices";
};
};
}];
name: "stick-type";
} = ...
Type declaration
Readonly
attributes: {}
Readonly
contents: readonly [{
type: "required";
value: {
label: "stick-type";
type: "label";
value: {
choices: readonly ["bass drum", "double bass drum", "glockenspiel", "gum", "hammer", "superball", "timpani", "wound", "xylophone", "yarn"];
type: "choices";
};
};
}]
Readonly
name: "stick-type"
The
<stick-type>
elementParent element:
<stick>
The
<stick-type>
element represents the shape of pictograms where the material in the stick, mallet, or beater is represented in the pictogram.https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/stick-type/