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

    Type Alias SpelledDuration

    A duration as beatsToDuration spells it, with the dot count always stated.

    type SpelledDuration = {
        base: NoteValue;
        dots: number;
        tuplet?: Tuplet;
    }
    Index
    base: NoteValue
    dots: number
    tuplet?: Tuplet