RepeatAttributes: {
    after-jump: "yes" | "no" | null;
    direction: "backward" | "forward";
    times: number | null;
    winged: "none" | "straight" | "curved" | "double-straight" | "double-curved" | null;
}

Type declaration

  • after-jump: "yes" | "no" | null

    Indicates if the repeats are played after a jump due to a da capo or dal segno. It is only used with backward repeats that are not part of an ending.

  • direction: "backward" | "forward"

    The start of the repeat has a forward direction while the end of the repeat has a backward direction.

  • times: number | null

    Indicates the number of times the repeated section is played. It is only used with backward repeats that are not part of an ending.

  • winged: "none" | "straight" | "curved" | "double-straight" | "double-curved" | null

    Indicates whether the repeat has winged extensions that appear above and below the barline.

Generated using TypeDoc