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

    Type Alias MotifCell

    A short melodic cell.

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