Readonly
schema
schema: {
attributes: {};
contents: readonly [{
type: "required";
value: {
label: "note-type-value";
type: "label";
value: {
choices: readonly ["whole", "1024th", "512th", "256th", "128th", "64th", "32nd", "16th", "eighth", "half", "quarter", "whole", "breve", "long", "maxima"];
type: "choices";
};
};
}];
name: "slash-type";
} = SlashType.schema
Type declaration
Readonly
attributes: {}
Readonly
contents: readonly [{
type: "required";
value: {
label: "note-type-value";
type: "label";
value: {
choices: readonly ["whole", "1024th", "512th", "256th", "128th", "64th", "32nd", "16th", "eighth", "half", "quarter", "whole", "breve", "long", "maxima"];
type: "choices";
};
};
}]
Readonly
name: "slash-type"
Static
Readonly
schema
schema: {
attributes: {};
contents: readonly [{
type: "required";
value: {
label: "note-type-value";
type: "label";
value: {
choices: readonly ["whole", "1024th", "512th", "256th", "128th", "64th", "32nd", "16th", "eighth", "half", "quarter", "whole", "breve", "long", "maxima"];
type: "choices";
};
};
}];
name: "slash-type";
} = ...
Type declaration
Readonly
attributes: {}
Readonly
contents: readonly [{
type: "required";
value: {
label: "note-type-value";
type: "label";
value: {
choices: readonly ["whole", "1024th", "512th", "256th", "128th", "64th", "32nd", "16th", "eighth", "half", "quarter", "whole", "breve", "long", "maxima"];
type: "choices";
};
};
}]
Readonly
name: "slash-type"
The
<slash-type>
elementParent elements:
<beat-repeat>
,<slash>
The
<slash-type>
element indicates the graphical note type to use for the display of repetition marks.https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/slash-type/