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

    Type Alias MotifNote

    A single note within a motif cell.

    type MotifNote = {
        pitch: number;
        startBeat: number;
        durationBeat: number;
    }
    Index
    pitch: number
    startBeat: number
    durationBeat: number