OpenSheetMusicDisplay
    Preparing search index...

    Interface TremoloInfo

    interface TremoloInfo {
        tremoloBetweenNotes?: TremoloBetweenNotes;
        tremoloBetweenNotesStart?: boolean;
        tremoloBetweenNotesStop?: boolean;
        tremoloStrokes: number;
        tremoloUnmeasured: boolean;
    }
    Index

    Properties

    tremoloBetweenNotes?: TremoloBetweenNotes

    The tremolo between (two) notes this note is part of, linking start and stop note. This object is shared between the start note and the stop note, set in VoiceGenerator.handleTremoloBetweenNotes().

    tremoloBetweenNotesStart?: boolean

    Whether this note starts a tremolo between (two) notes (type="start" in XML).

    tremoloBetweenNotesStop?: boolean

    Whether this note stops/ends a tremolo between (two) notes (type="stop" in XML).

    tremoloStrokes: number

    Number of tremolo strokes (e.g. 16th tremolo = 2 strokes). For a tremolo between notes, the number of strokes ("tremolo beams") drawn between the two notes.

    tremoloUnmeasured: boolean

    Buzz roll (type="unmeasured" in XML)