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

    Type Alias ScaleChoice

    A chord paired with the scale chosen for it by scalesForChanges.

    type ScaleChoice = {
        chord: ChordData;
        scale: ChordScaleMatch;
    }
    Index
    chord: ChordData