OpenSheetMusicDisplay
    Preparing search index...

    Interface ColoringOptions

    Coloring options for VexFlowGraphicalNote.setColor().

    interface ColoringOptions {
        applyToBeams?: boolean;
        applyToFlag?: boolean;
        applyToLedgerLines?: boolean;
        applyToLyrics?: boolean;
        applyToModifiers?: boolean;
        applyToMultiRestMeasure?: boolean;
        applyToMultiRestMeasureNumber?: boolean;
        applyToMultiRestMeasureRestBar?: boolean;
        applyToNoteheads?: boolean;
        applyToSlurs?: boolean;
        applyToStem?: boolean;
        applyToTies?: boolean;
    }
    Index

    Properties

    applyToBeams?: boolean
    applyToFlag?: boolean
    applyToLedgerLines?: boolean
    applyToLyrics?: boolean
    applyToModifiers?: boolean
    applyToMultiRestMeasure?: boolean
    applyToMultiRestMeasureNumber?: boolean

    Whether to apply the color to the number indicating how many measures the rest lasts (not the measure number).

    applyToMultiRestMeasureRestBar?: boolean

    Whether to apply the color to the wide bar within the stafflines (looks about like |----|).

    applyToNoteheads?: boolean
    applyToSlurs?: boolean
    applyToStem?: boolean
    applyToTies?: boolean