LineDetailAttributes: {
    color: string | null;
    line: number;
    line-type: "dashed" | "dotted" | "solid" | "wavy" | null;
    print-object: "yes" | "no" | null;
    width: number | null;
}

Type declaration

  • color: string | null

    Indicates the color of an element.

  • line: number

    Indicates the staff line affected, numbered from bottom to top.

  • line-type: "dashed" | "dotted" | "solid" | "wavy" | null

    Specifies if the line is solid, dashed, dotted, or wavy.

  • print-object: "yes" | "no" | null

    Specifies whether or not to print an object. It is yes if not specified.

  • width: number | null

    Staff line width in tenths.

Generated using TypeDoc