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

    Type Alias ArrangementData

    The plain form an Arrangement hands out and is rebuilt from.

    type ArrangementData = {
        tracks: ArrangementTrack[];
        settings?: ArrangementSettings;
    }
    Index

    The tracks, in the order they were given.

    The order is the caller's and is kept: an annotation and a conflict both report the index a note had in the array it arrived in, so reordering the notes here would make those indices point at other notes.

    The options the tracks are read under; absent when they are all defaults.