TieAttributes: {
    time-only: string | null;
    type: "start" | "stop";
}

Type declaration

  • time-only: string | null

    Indicates which particular times to apply a <tie> element through a repeated section.

  • type: "start" | "stop"

    Indicates if this is the start or stop of the tie.

Generated using TypeDoc