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

    Type Alias SyncopateOptions

    How much a figure is syncopated, and the meter it is felt in.

    type SyncopateOptions = {
        amount: number;
        ts?: MeterLike;
    }
    Index
    amount: number

    How much syncopation, in [0, 1].

    The meter the figure is counted in, in any form that names one; 4/4 when none is named.