source: https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/assess/
MusicXML 4.0 >
MusicXML reference >
Elements >
assess
Parent element:
<listen>
By default, an assessment application should assess all notes without a child element, and not assess any note with a child element. The element allows this default assessment to be overridden for individual notes.
Always empty.
| Name | Type | Required? | Description |
|---|---|---|---|
| type | yes-no | Yes | If yes, the note should be assessed; if no, it should not be assessed. If not specified, it is no for notes with a child element and yes otherwise. |
| player | IDREF | No | Restricts the type to apply to a single player. If missing, the type applies to all players. It references the id attribute of a element defined within the matching . |
| time-only | time-only | No | Restricts the type to apply to a set of times through a repeated section. If missing, the type applies all times through the repeated section. |