wolfgang

Wolfgang React component

Usage no npm install needed!

<script type="module">
  import wolfgang from 'https://cdn.skypack.dev/wolfgang';
</script>

README

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