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

    Type Alias LickMaterial

    A lick: its notes and how long the whole figure lasts.

    type LickMaterial = {
        lengthSteps: number;
        notes: LickNote[];
    }
    Index
    lengthSteps: number

    Length of the figure in sixteenths.

    notes: LickNote[]