Type alias MetronomeBeamAttributes

MetronomeBeamAttributes: {
    number: number | null;
}

Type declaration

  • number: number | null

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

Generated using TypeDoc