-
Discovered by @wergo
**Describe the problem**
When loading a valid MEI 4.0.1 encoding as MEI-Basic, invalid MEI is generated.
**To Reproduce**
Steps to reproduce the behavior:
1. Inspect [th…
-
The following example MEI data causes a segmentation fault when calculating MIDI data:
```xml
…
-
**Issue Description**
I have a JS app that takes three parameters. Piece_URL (a raw MEI file), EMA_expression, and measure_range, and pass it to verovio to render. However, when sending too many requ…
-
[openjdk 11.0.19 2023-04-18]
On my openSUSE GNU/Linux box, calling
```
java -jar meicoApp.jar
```
gives
```
Exception in thread "main" java.lang.NoClassDefFoundError: javafx/application…
-
**Describe the problem**
`make` fails with error:
Show error output
```
[ 0%] Building CXX object CMakeFiles/verovio.dir/main.cpp.o
In file included from ~/verovio-version-3.15.0/cmake/../…
-
**Describe the bug**
When some notes that share a beam with others that are on a different staff-line (common i.e. in piano music) in mxl and that gets imported to mei, it will create seperate notes …
-
**Describe the problem**
I'm trying to load a MEI file that contains a expansion and the lib throw an exception.
**To Reproduce**
Steps to reproduce the behavior:
1. I'm using the following html…
-
**Describe the problem**
Calling toolkit method `renderToTimemap({ includeMeasures: true })` does not return `measureOn` keys.
**To Reproduce**
Steps to reproduce the behavior:
1. Load the [atta…
-
Is it currently possible to render only a part of a score with the JavaScript toolkit? For example if i load a full score to verovio with loadData and then i only want to render let's say measure 4-8.…
-
Using verovio-toolkit.js 3.14.0 in svg I get octave 8 instead of 15 for dis="15" in clef element.
In the mei editor https://editor.verovio.org I find it running.
Full code example:
```
…