@lofenyy App to render music files using verovio.
@lofenyy Here's some sample code:```vrvToolkit_setOptions( pointer, "{\"pageHeight\": 50000, \"adjustPageHeight\": true, \"breaks\": \"smart\"}" );```and bonus points if you make it play the generated midi.
Librem Social is an opt-in public network. Messages are shared under Creative Commons BY-SA 4.0 license terms. Policy. Stay safe. Please abide by our code of conduct. (Source code)
@lofenyy
Here's some sample code:
```
vrvToolkit_setOptions(
pointer, "{\"pageHeight\": 50000, \"adjustPageHeight\": true, \"breaks\": \"smart\"}"
);
```
and bonus points if you make it play the generated midi.