Type alias InterchangeableAttributes

InterchangeableAttributes: {
    separator: "none" | "adjacent" | "diagonal" | "horizontal" | "vertical" | null;
    symbol: "normal" | "common" | "cut" | "dotted-note" | "note" | "single-number" | null;
}

Type declaration

  • separator: "none" | "adjacent" | "diagonal" | "horizontal" | "vertical" | null

    Indicates how to display the arrangement between the <beats> and <beat-type> values in the second of the dual time signatures.

  • symbol: "normal" | "common" | "cut" | "dotted-note" | "note" | "single-number" | null

    Indicates how to display the second of the dual time signatures, such as by using common and cut time symbols or a single number display.

Generated using TypeDoc