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

    Type Alias VoiceSnapshot

    A neighbouring voice's current and previous pitch.

    type VoiceSnapshot = {
        pitch: number;
        prevPitch?: number;
    }
    Index
    pitch: number
    prevPitch?: number