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

    Type Alias BarPosition

    A position expressed as a bar index and a quarter-note offset within the bar.

    type BarPosition = {
        bar: number;
        beat: number;
    }
    Index
    bar: number
    beat: number

    Quarter-note offset from the start of the bar.