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

    Type Alias TimelineRoman

    One segment's Roman numeral, with the beats the chord holds it for.

    A numeral on its own says nothing about when it sounds, and a timed class that answered with a bare list would leave the caller re-deriving the onsets it already holds. The beat range is the segment's own, so a numeral list and a segment list read in step — the shape ReducedChord already uses.

    type TimelineRoman = {
        startBeat: number;
        endBeat: number;
        roman: string;
    }
    Index
    startBeat: number
    endBeat: number
    roman: string