BeamAttributes: {
    color: string | null;
    fan: "accel" | "none" | "rit" | null;
    id: string | null;
    number: number | null;
    repeater: "yes" | "no" | null;
}

Type declaration

  • color: string | null

    Indicates the color of an element.

  • fan: "accel" | "none" | "rit" | null

    Beams that have a begin value may also have a fan attribute to indicate accelerandos and ritardandos using fanned beams. The fan attribute may also be used with a continue value if the fanning direction changes on that note. The value is none if not specified.

  • id: string | null

    Specifies an ID that is unique to the entire document.

  • number: number | null

    Indicates eighth note through 1024th note beams using number values 1 thru 8 respectively. The default value is 1.

    Note that this attribute does not distinguish sets of beams that overlap, as it does for and other elements. Beaming groups are distinguished by being in different voices, and/or the presence or absence of and elements.

  • repeater: "yes" | "no" | null

    Deprecated as of Version 3.0. Formerly used for tremolos, it needs to be specified with a "yes" value for each <beam> using it.

Generated using TypeDoc