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

    Type Alias ArrangementOptions

    Options controlling analyzeArrangement and tensionCurve.

    type ArrangementOptions = {
        key?: KeyScale;
        ts?: TimeSignature;
        harmonicRhythm?: number;
        profile?: SafetyProfile;
    }
    Index
    key?: KeyScale

    Key context; inferred from the pooled notes when omitted.

    Time signature; defaults to 4/4.

    4/4

    harmonicRhythm?: number

    Chord-slot length in beats; defaults to one bar of ts.

    one bar of ts

    profile?: SafetyProfile

    Safety profile used for conflict detection; defaults to pop.

    'pop'