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

    Type Alias Substitution

    A proposed chord substitution with its relationship, numeral, and function.

    type Substitution = {
        chord: ChordData;
        type: SubstitutionType;
        roman: string;
        function: HarmonicFunction;
    }
    Index
    chord: ChordData
    roman: string