-
-
I updated this example to use the latest Create-React-App ("react-scripts": "3.0.1") and it does not work anymore.
`npm start` si failing with a JavaScript heap out of memory error caused by the vero…
-
Dissonance labels are not displayed in the Score Editor anymore. I tried with one of the files (for which everything was working fine before), and no dissonance labels are displayed anymore. This is a…
-
It is time to address the elephant in the room, which is displaying musical notation.
Conventional scores and TiLiA use space differently in a fundamental way: horizontal space is always to-scale i…
-
Look up IM Fell font family (already included in [Medieval2](https://www.klemm-music.de/notation/medieval/documentation/_mac/textfonts.html)). NB: Check with Igino Marini for permission.
IM Fell woul…
-
It would be useful to add parsing of [processing instructions](https://en.wikipedia.org/wiki/Processing_Instruction) to allow embedding of verovio options within an MEI file. These processing instruc…
-
The `get*` methods tend to return a value from the internal state of the toolkit, while the `render*` methods will render the toolkit data to a file. So `getHumdrumFile(filename: str) -> bool` should …
-
make sure swiping works for flipping pages.
-
Currently verovio renders all available verses for svg output and only the first one for midi output.
In a svg score viewer you might want to render only one verse (the one currently being sung) o…
-
Options `u` and `x` have the same specification. I think `u` should be something like "only print unknown interpretations".
`x` should also be "show exclusive interpretation context" based on c…