web-music-score
    Preparing search index...

    Type Alias NoteOptions

    Options for notes/chords.

    type NoteOptions = {
        arpeggio?: boolean | Arpeggio | `${Arpeggio}`;
        color?: string;
        diamond?: boolean;
        staccato?: boolean;
        stem?: Stem | `${Stem}`;
        string?: StringNumber | StringNumber[];
    }
    Index

    Properties

    arpeggio?: boolean | Arpeggio | `${Arpeggio}`

    Arepggio direction for chords. true = "up".

    color?: string

    Set color.

    diamond?: boolean

    Use diamond shaped note head.

    staccato?: boolean

    Add staccato dot.

    stem?: Stem | `${Stem}`

    Stem direction.

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