StaffDetailsAttributes: {
    number: number | null;
    print-object: "yes" | "no" | null;
    print-spacing: "yes" | "no" | null;
    show-frets: "letters" | "numbers" | null;
}

Type declaration

  • number: number | null

    Specifies the staff number from top to bottom within the part. The value is 1 if not present.

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

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

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

    Controls whether or not spacing is left for an invisible note or object. It is used only if no note, dot, or lyric is being printed. The value is yes (leave spacing) if not specified.

  • show-frets: "letters" | "numbers" | null

    Indicates whether to show tablature frets as numbers (0, 1, 2) or letters (a, b, c). It is numbers if not specified.

Generated using TypeDoc