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

    Type Alias ChordAnalysis

    The result of analyzeChord: function, borrowing, and Roman numeral.

    type ChordAnalysis = {
        function: HarmonicFunction;
        borrowed: boolean;
        source: BorrowedSource;
        roman: string;
    }
    Index
    borrowed: boolean
    roman: string