Type alias MetronomeTupletAttributes

MetronomeTupletAttributes: {
    bracket: "yes" | "no" | null;
    show-number: "none" | "actual" | "both" | null;
    type: "start" | "stop";
}

Type declaration

  • bracket: "yes" | "no" | null

    Specifies whether or not brackets are put around a symbol for an editorial indication. If not specified, it is left to application defaults.

  • show-number: "none" | "actual" | "both" | null

    Used to display either the number of actual notes, the number of both actual and normal notes, or neither. It is actual if not specified.

  • type: "start" | "stop"

    Indicates if this is the start or stop of the metronome tuplet.

Generated using TypeDoc