OpenSheetMusicDisplay
    Preparing search index...

    Interface AutoBeamOptions

    interface AutoBeamOptions {
        beam_middle_rests_only?: boolean;
        beam_rests?: boolean;
        groups?: [number[]];
        maintain_stem_directions?: boolean;
    }
    Index

    Properties

    beam_middle_rests_only?: boolean

    Whether to extend beams only over rests that are in the middle of a potential beam. Default false.

    beam_rests?: boolean

    Whether to extend beams over rests. Default false.

    groups?: [number[]]

    Groups of notes (fractions) to beam within a measure. List of fractions, each fraction being [nominator, denominator]. E.g. [[3,4],[1,4]] will beam the first 3 quarters of a measure, then the last quarter.

    maintain_stem_directions?: boolean

    Whether to maintain stem direction of autoBeamed notes. Discouraged, reduces beams. Default false.