@tspro/web-music-score
    Preparing search index...

    Type Alias AlterTempo

    type AlterTempo = {
        beatsPerMinute: number;
        options?: { beatLength: NoteLength; dotted?: boolean };
    }
    Index

    Properties

    beatsPerMinute: number
    options?: { beatLength: NoteLength; dotted?: boolean }