Type alias MeasureRepeatAttributes

MeasureRepeatAttributes: {
    slashes: number | null;
    type: "start" | "stop";
}

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 measure repeat symbols.

Generated using TypeDoc