-
WebAssembly MEI viewer doesn't seem to be working (tried Safari, Chrome, Firefox).
If it does, it would be nice to have a section for this on http://www.verovio.org/download.xhtml
-
I'm not sure if here is the best way to ask general questions about Verovio and Humdrum since I have not a specific issue or feature request. Is there any other community server (e.g. Slack)? Or maybe…
-
**Describe the problem**
As part of our work in the Trompa project, I processed a large number of MusicXML files from CPDL, converting them to MEI/SVG with verovio. We found that about 10% of the fil…
-
Hello, I am using the [App object](https://www.verovio.org/app.html) and I would like to find out the version number, which would be accessible via the toolkit's `getVersion()` method. How can I acces…
-
The new background image needs fixing. There are two general problems:
(1) The image is 3MB in size. This is too large because it will slow down the loading of the page (it exceeds the size of th…
-
**Describe the problem**
On recent versions of verovio, I get a crash when rendering the attached MEI file (generated by aruspix, mei v2013)
Notably, I have an [old js version of verovio](https://gi…
-
renderToTimemap retrieves notes and tempo, but unfortunately not the rests which are just silent notes.
As these values are missing in the timemap, getElementsAtTime() will not retrieve these rests…
RVC69 updated
2 years ago
-
There are a lot of memory leaks in the recent `develop` version of verovio that are probably related to the new branch `develop-mdiv-leak`? There were no problems in August, the last time I checked. …
-
If it would be great if there were any examples on how to convert from SVG to any other format like PNG, JPG or PDF when using the Verovio toolkit in Python to generated such SVG file.
So far, I ha…
-
The verovio JavaScript toolkit is currently using the following [CommonJS syntax](https://nodejs.org/api/modules.html#modules_module_exports) to expose verovio
```
module.exports = {
toolkit:…