BarreAttributes: {
    color: string | null;
    type: "start" | "stop";
}

Type declaration

  • color: string | null

    Indicates the color of an element.

  • type: "start" | "stop"

    The start value indicates the lowest pitched string (e.g., the string with the highest MusicXML number). The stop value indicates the highest pitched string.

Generated using TypeDoc