TypeAttributes: {
    size: "cue" | "full" | "grace-cue" | "large" | null;
}

Type declaration

  • size: "cue" | "full" | "grace-cue" | "large" | null

    Indicates full, cue, grace-cue, or large size. If not specified, the value is full for regular notes, grace-cue for notes that contain both <grace> and <cue> elements, and cue for notes that contain either a <cue> or a <grace> element, but not both.

Generated using TypeDoc