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

    Type Alias ClassifiedMelodyTone

    One melody note's classification: its index in the classified melody, the figure it forms, and whether that figure makes it ornamental.

    type ClassifiedMelodyTone = {
        noteIndex: number;
        role: MelodyToneRole;
        ornamental: boolean;
    }
    Index
    noteIndex: number
    ornamental: boolean

    True for every role but 'structural'.