@libraz/libcantus - v0.9.3
    Preparing search index...

    Type Alias AnalyzedNote

    A note with its theory labels and a short rationale.

    type AnalyzedNote = {
        noteId: number;
        labels: TheoryLabel[];
        rationale?: string;
    }
    Index
    noteId: number
    labels: TheoryLabel[]
    rationale?: string