BeatRepeatAttributes: {
    slashes: number | null;
    type: "start" | "stop";
    use-dots: "yes" | "no" | null;
}

Type declaration

  • slashes: number | null

    Specifies the number of slashes to use in the symbol. The value is 1 if not specified.

  • type: "start" | "stop"

    Indicates the starting or stopping point of the section displaying the beat repeat symbols.

  • use-dots: "yes" | "no" | null

    Indicates whether or not to use dots as well (for instance, with mixed rhythm patterns). The value is no if not specified.

Generated using TypeDoc