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

    Type Alias EvaluateSafetyOptions

    Options for evaluateSafety.

    type EvaluateSafetyOptions = {
        suggestions?: boolean;
    }
    Index
    suggestions?: boolean

    Whether to search for safe replacement pitches when the verdict is not safe. Turning it off skips up to two dozen extra evaluations per rejected pitch, which is worth doing when only the verdict is wanted.

    true