dev
    Preparing search index...

    Interface StaveTempoOptions

    interface StaveTempoOptions {
        bpm?: string | number;
        dots?: number;
        dots2?: number;
        duration?: string;
        duration2?: string;
        name?: string;
        parenthesis?: boolean;
    }
    Index

    Properties

    bpm?: string | number

    Specifies the beats per minute associated with the metronome mark. i.e.: 120, "c. 108", "132-144"

    dots?: number

    Specifies the number of augmentation dots for a metronome mark note.

    dots2?: number

    Specifies the number of augmentation dots for a metronome mark note at the right of the equation.

    duration?: string

    Indicates the graphical note type to use in a metronome mark. see: StaveTempo.durationToCode.

    duration2?: string

    Indicates the graphical note type to use at the right of the equation in a metronome mark. see: StaveTempo.durationToCode.

    name?: string

    free text i.e.: 'Adagio', 'Andate grazioso', ...

    parenthesis?: boolean

    Indicates whether or not to put the metronome mark in parentheses. It is no if not specified.