-
-
When a file is dropped onto VHV (MusicXML or Humdrum), then the cursor should be made busy until the notation is finished being drawn.
-
The new interface exposes `@type` attribute values when pressing alt-m to see the MEI file:
Test data:
```
**kern
=1-
1c
==
*-
```
http://verovio.humdrum.org
```xml
```
The old…
-
When doing graphical editing in the new web-worker interface to verovio, the notation is drawn twice: once when a pitch is remove and again when the new pitch is inserted:
![editingnote](https://us…
-
Ledger lines should probably be invisible when the note is invisible:
Test data:
```
**kern
*clefF4
4cyy
4dyy
4eyy
4fyy
4gyy
4ayy
8byyL
8ccyyJ
==
*-
```
MEI data:
```xml…
-
According to both the 3.0.0 and the lastest `develop` mei spec, ScoreDef's should be allowed in `` elements. Currently, however, they are only allowed as children of ``, ``, ``, and Editorial element…
CCInc updated
6 years ago
-
The MIDI file now plays with the correct tempo, but the highlighting of notes still progresses at 120 bpm.
-
When a note contains articulations which have `@place` and no `@place` attributes, the layout algorithm of verovio is not aware of both sets of articulations at the same time, and so the articulations…
-
Is it a bad idea to be able to generate the time stamp for each note in the SVG file?
I want to generate the SVG file on a server application and use it on a client and be able to select active not…
-
When adding `@color` to a note, it will also affect any verses attached to the note. Not necessarily a problem, but in some cases also coloring the verses attached to a note will be less desirable.
…