AssessAttributes: {
    player: string | null;
    time-only: string | null;
    type: "yes" | "no";
}

Type declaration

  • player: string | null

    Restricts the type to apply to a single player. If missing, the type applies to all players. It references the id attribute of a <player> element defined within the matching <score-part>.

  • time-only: string | null

    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.

  • type: "yes" | "no"

    If yes, the note should be assessed; if no, it should not be assessed. If not specified, it is no for notes with a <cue> child element and yes otherwise.

Generated using TypeDoc