0.1.4 • Published 6 years ago

wolfgang v0.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Wolfgang

CircleCI npm package

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: example image