web-music-score - v6.4.0-pre.9
    Preparing search index...

    Type Alias NoteOptions

    Options for notes/chords.

    type NoteOptions = {
        arpeggio?: boolean | ArpeggioValue;
        color?: string;
        diamond?: boolean;
        staccato?: boolean;
        stem?: StemValue;
        string?: StringNumber | StringNumber[];
    }
    Index

    Properties

    arpeggio?: boolean | ArpeggioValue

    Arepggio direction for chords. true = "up".

    color?: string

    Set color.

    diamond?: boolean

    Use diamond shaped note head.

    staccato?: boolean

    Add staccato dot.

    stem?: StemValue

    Stem direction.

    Set string number (array of numbers for chord) to use in guitar tab.