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

    Type Alias PivotChord

    A chord that is diatonic to two keys at once, with its reading in each.

    type PivotChord = {
        chord: ChordData;
        romanFrom: string;
        romanTo: string;
    }
    Index
    chord: ChordData

    The shared chord.

    romanFrom: string

    Roman numeral in the key being left.

    romanTo: string

    Roman numeral in the key being entered.