@libraz/libcantus - v0.9.3
    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