@libraz/libcantus - v1.1.0
    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