Readonly
schema
schema: {
attributes: {
smufl: {
type: "optional";
value: {
pattern: RegExp;
type: "regex";
zero: "pict";
};
};
};
contents: readonly [{
type: "required";
value: {
label: "wood-value";
type: "label";
value: {
choices: readonly ["bamboo scraper", "board clapper", "cabasa", "castanets", "castanets with handle", "claves", "footbal rattle", "guiro", "log drum", "maraca", "maracas", "quijada", "rainstick", "ratchet", "reco-reco", "sandpaper blocks", "slit drum", "temple block", "vibraslap", "whip", "wood block"];
type: "choices";
};
};
}];
name: "wood";
} = Wood.schema
Type declaration
Readonly
attributes: {
smufl: {
type: "optional";
value: {
pattern: RegExp;
type: "regex";
zero: "pict";
};
};
}
Readonly
smufl: {
type: "optional";
value: {
pattern: RegExp;
type: "regex";
zero: "pict";
};
}
Readonly
type: "optional"
Readonly
value: {
pattern: RegExp;
type: "regex";
zero: "pict";
}
Readonly
pattern: RegExp
Readonly
type: "regex"
Readonly
zero: "pict"
Readonly
contents: readonly [{
type: "required";
value: {
label: "wood-value";
type: "label";
value: {
choices: readonly ["bamboo scraper", "board clapper", "cabasa", "castanets", "castanets with handle", "claves", "footbal rattle", "guiro", "log drum", "maraca", "maracas", "quijada", "rainstick", "ratchet", "reco-reco", "sandpaper blocks", "slit drum", "temple block", "vibraslap", "whip", "wood block"];
type: "choices";
};
};
}]
Readonly
name: "wood"
Static
Readonly
schema
schema: {
attributes: {
smufl: {
type: "optional";
value: {
pattern: RegExp;
type: "regex";
zero: "pict";
};
};
};
contents: readonly [{
type: "required";
value: {
label: "wood-value";
type: "label";
value: {
choices: readonly ["bamboo scraper", "board clapper", "cabasa", "castanets", "castanets with handle", "claves", "footbal rattle", "guiro", "log drum", "maraca", "maracas", "quijada", "rainstick", "ratchet", "reco-reco", "sandpaper blocks", "slit drum", "temple block", "vibraslap", "whip", "wood block"];
type: "choices";
};
};
}];
name: "wood";
} = ...
Type declaration
Readonly
attributes: {
smufl: {
type: "optional";
value: {
pattern: RegExp;
type: "regex";
zero: "pict";
};
};
}
Readonly
smufl: {
type: "optional";
value: {
pattern: RegExp;
type: "regex";
zero: "pict";
};
}
Readonly
type: "optional"
Readonly
value: {
pattern: RegExp;
type: "regex";
zero: "pict";
}
Readonly
pattern: RegExp
Readonly
type: "regex"
Readonly
zero: "pict"
Readonly
contents: readonly [{
type: "required";
value: {
label: "wood-value";
type: "label";
value: {
choices: readonly ["bamboo scraper", "board clapper", "cabasa", "castanets", "castanets with handle", "claves", "footbal rattle", "guiro", "log drum", "maraca", "maracas", "quijada", "rainstick", "ratchet", "reco-reco", "sandpaper blocks", "slit drum", "temple block", "vibraslap", "whip", "wood block"];
type: "choices";
};
};
}]
Readonly
name: "wood"
The
<wood>
elementParent element:
<percussion>
The
<wood>
element represents pictograms for wood percussion instruments.https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/wood/