README
Wolfgang
musical notation components built on top of vexflow.
this library is under active development. things will change.
install
yarn add schubert
basic usage
more docs are coming, but in the meantime here's a basic example.
<score>
<sheet>
<staff>
<measure>
<voice>
<note value="c/4" duration="q" />
<note value="f/4" duration="q" />
<note value="g/4" duration="q" />
<note value="c/4" duration="q" />
</voice>
</measure>
</staff>
</sheet>
</score>
this will render something like this: