OpenSheetMusicDisplay
    Preparing search index...

    Interface VisibilityOptions

    Visibility options for VexFlowGraphicalNote.setVisible(). E.g. if setVisible(false, {applyToTies: false}), everything about a note will be invisible except its ties.

    interface VisibilityOptions {
        applyToBeams?: boolean;
        applyToLedgerLines?: boolean;
        applyToNotehead?: boolean;
        applyToSlurs?: boolean;
        applyToStem?: boolean;
        applyToTies?: boolean;
    }
    Index

    Properties

    applyToBeams?: boolean
    applyToLedgerLines?: boolean
    applyToNotehead?: boolean
    applyToSlurs?: boolean
    applyToStem?: boolean
    applyToTies?: boolean