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

    Type Alias NoteEventIndexOptions

    How an index reads the events it is built from.

    type NoteEventIndexOptions = {
        allowNonPositiveDuration?: boolean;
        tieBreak?: OnsetTieBreak;
        budget?: number;
        name?: string;
    }
    Index
    allowNonPositiveDuration?: boolean
    tieBreak?: OnsetTieBreak
    budget?: number
    name?: string

    What the events are, for the validation error message.