Options
All
  • Public
  • Public/Protected
  • All
Menu

Class XmlToSmo

A class that takes a music XML file and outputs a SmoScore

Hierarchy

  • XmlToSmo

Index

Constructors

Accessors

  • get vexFontSize(): number

Methods

  • dynamics(directionElement: Element, xmlState: XmlState): void
  • measure(measureElement: Element, xmlState: XmlState): void
  • /score-partwise/part/measure A measure in music xml might represent several measures in SMO at the same column in the score

    Parameters

    • measureElement: Element
    • xmlState: XmlState

    Returns void

  • part(partElement: Element, xmlState: XmlState): void
  • when building the slurs, we don't always know which direction the beams will go or what other voices there will be.

    Parameters

    Returns void

  • tempo(element: Element): {}[]

Generated using TypeDoc