@libraz/libcantus - v1.1.0
    Preparing search index...

    Type Alias ScoreOptions

    How a score is built: the notes, plus the context they are read against.

    type ScoreOptions = {
        meters?: MeterLike;
        tempo?: TempoMap | number;
        key?: KeyLike;
    }
    Index
    meters?: MeterLike

    The meter, as one time signature — '6/8' or its data — or a map of changes.

    tempo?: TempoMap | number

    The tempo, as one bpm or a map of changes.

    key?: KeyLike

    The key the notes are read in, when it is already known.