verovio icon indicating copy to clipboard operation
verovio copied to clipboard

🎵 Music notation engraving library for MEI with MusicXML and Humdrum support and various toolkits (JavaScript, Python)

Results 186 verovio issues
Sort by recently updated
recently updated
newest added

If I tested this correctly, 029574a broke it.

Currently MEI allows the encoding of ```` as a child of staff. However, in mensural we can avoid the use of measures in the MEI encoding. ```xml 𝄋 ``` Verovio...

feature request

Related to issue #1568, the MusicXML sample data is intended to be rendered as (in Sibelius): Actual rendering after import of MusicXML into verovio: There is an alignment problem of...

bug
musicxml

On the first beat of each of the measures in this example: The slur is incorrectly rendered. There should be a different rule for slurs/tuplet stacking when there is or...

enhancement
low priority

**Describe the problem** Interacting with the Verovio rendered SVG causes problems, since the bounding boxes (`Element.getBoundingClientRect()` and `SVGGraficsElement.getBBox()`) are sized up to the respective right and bottom bound of the...

wontfix

closes #1575 closes #1582

waiting for MEI clarification

Following problems in the ligatures from the [test-suite](https://www.verovio.org/test-suite.xhtml?cat=ligature) have been reported by @karend27: - [ ] ligature-006.mei, the first and fourth examples in black mensural: I actually think both of...

mensural

Compound articulations should not be both be placed in a single staff space. And tenutos should definitely *not* be placed on staff lines :-) Example of current `ten-stacc` placements: Correct...

waiting for MEI clarification

After vertical justification there probably should be another functor which adjusts cross staff content due to the additional space between staves. This was done [for stems of cross staff chords](https://github.com/rism-digital/verovio/pull/2288)...

enhancement

Thanks to pull request #2280, it's now possible to get the MIDI timestamp / milliseconds that corresponds to a specific measure in the sheet music. I'd like to allow users...

feature request