web-music-score
    Preparing search index...

    Type Alias RestOptions

    Options for rests.

    type RestOptions = {
        color?: string;
        hide?: boolean;
        staffPos?: Note | string | number;
    }
    Index

    Properties

    color?: string

    Set color.

    hide?: boolean

    Hide this rest, still affects playing.

    staffPos?: Note | string | number

    Set staff position for this rest. Can be instance of Note, string (e.g. "C3"), or midiNumber.