-
**Describe the problem**
Running verovio on an MEI with tied notes within a chord sometimes causes a crash
**To Reproduce**
Steps to reproduce the behavior:
1. Load the data attached
2. Render …
-
When I call vrvToolkit.getTimeForElement() with the ID of a note, Verovio returns the time in milliseconds where the note appears in the rendered MIDI (which is awesome!). Similarly, when I call vrvTo…
-
After I `pip3 install verovio` (x86_64 linux), I can't create a toolkit.
(I have swig 3.0.12-2 on debian buster)
```
# python3
Python 3.7.3 (default, Jan 22 2021, 20:04:44)
[GCC 8.3.0] on linu…
-
The conversion to png from svgs genereated by the [verovio toolkit](https://www.verovio.org/) seems to generate some „half rendered“ pngs. The png shows only one half of all the elements that are inte…
-
The MEI conversion is displayed with the `alt/option-m` keyboard shortcut. Recently there has been a problem processing the converted data if there is a chord in the data.
Here is an example with …
-
The newly added support for `engravingDefaults` is not working in the toolkit.
I don't know how to fix this, and the toolkit documentation is still under development.
-
Hi, this issue is not a bug, but I could not find any mailing list or support forum...
I wish binaries were provided for all platforms since, as the online doc says "building ... is very straight-f…
-
It would be useful for faster DOM traversing with jQuery to have the `@n` attribute for `staff` and `layer` written into the SVG output. Currently, this information has to be found in the MEI directly…
wergo updated
3 years ago
-
Hi, is there anyone in the community who is compiling the recent Verovio
sources successfully in Cygwin?
Since the extension of Verovio with support for MusicXML compressed files
some weeks ago I c…
-
Is there an example of importing musicxml to render the web? Only the import Mei file was found to render the web. I don't know the source code very much.