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

    Type Alias MotifCell

    A short melodic cell.

    type MotifCell = {
        notes: MotifNote[];
    }
    Index
    notes: MotifNote[]