wolfgang

0.1.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i wolfgang

Weekly Downloads

2

Version

0.1.4

License

MIT

Unpacked Size

4.6 MB

Total Files

81

Last publish

Collaborators

  • khisakuni