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: "metronome-type";
} = MetronomeType.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: "metronome-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: "metronome-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: "metronome-type"
The
<metronome-type>
elementParent element:
<metronome-note>
The
<metronome-type>
element works like the<type>
element in defining metric relationships.https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/metronome-type/