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

    Type Alias ArrangementSettings

    ArrangementSettings: Omit<ArrangementOptions, "timeline"> & {
        timeline?: ChordSegment[];
    }

    The options an arrangement is read under, in the plain form Arrangement.data carries them.

    Everything analyzeArrangement accepts, except that the harmony a caller supplies is held as chord segments: a ChordTimeline carries a lookup function, and no serialization can hold one.

    Type Declaration

    • Optionaltimeline?: ChordSegment[]

      Chord segments to analyse against, instead of inferring the harmony from the notes.