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

    Type Alias MeterChange

    One time signature and the beat at which it takes effect.

    type MeterChange = {
        startBeat: number;
        ts: TimeSignature;
    }
    Index
    startBeat: number

    Absolute quarter-note beat the signature takes effect at.

    The signature in force from that beat until the next change.