dev
    Preparing search index...

    Interface FormatParams

    An interface for passing options to various formatters *

    interface FormatParams {
        alignRests?: boolean;
        autoBeam?: boolean;
        context?: RenderContext;
        stave?: Stave;
    }
    Index

    Properties

    alignRests?: boolean

    Should rests align vertically with neighboring notes (default false) *

    autoBeam?: boolean

    Should notes be automatically beamed *

    context?: RenderContext

    The RenderContext *

    stave?: Stave

    Stave object to render to *