Documentation
    Preparing search index...
    Index
    • Clears current note selection.

      Returns ABCScore

      The current ABCScore instance.

    • Returns the element of the current instance.

      Returns SVGSVGElement | null

      The element.

    • Returns the time signature of the current instance.

      Returns TimeSignature

      The time signature.

    • Tells if the current score has no tempo indication.

      Returns boolean

    • Highlights the bar at the passed position.

      Parameters

      • position: `${number}:${number}:${number}`

        The current transport position.

      Returns ABCScore

      The current ABCScore instance.

    • Renders the UI inside the current element.

      Returns ABCScore

      The current ABCScore instance.

    • Updates the score position (moving the cursor and highlighting the corresponding note).

      Parameters

      • position: `${number}:${number}:${number}`

        The new score position.

      Returns ABCScore

      The current ABCScore instance.