-
```
See thread:
http://groups.google.com/group/mingus-python/browse_thread/thread/ac2169cd90b43b
bb
Javier Palanca is adding this.
```
Original issue reported on code.google.com by `Rhijnauwen@gmail…
-
See attached MusicXML file: four vocal parts (two per staff). Musescore (and Finale) render them correctly, music21j renders them as if the two voices are interleaved as one voice, ending up with twi…
-
### Issue type
Engraving bug (incorrect score rendering)
### Bug description
When importing a MusicXML file with following properties, some notes appear in red unexpectedly:
```
1
…
-
I've tried to run the MusescoreXML (mscx) to MusicXML (musicxml) conversion from this repo with MuseScore 4 and for a small percentage of the pieces, MuseScore 4 crashes with the following rather cryp…
-
Since Audiveris' MusicXML export contains information about beams, staves and accidentals, it should state it explicitly using the `` elements in the header like in [this example](https://www.w3.org/2…
-
```
spec is at http://www.recordare.com/xml.html
```
Original issue reported on code.google.com by `kprevas` on 15 Mar 2007 at 1:37
-
I'm in awe of how well @adrianholovaty 's docgenerator is working for MusicXML (and it seems like for MNX also...)
One update I think is needed for musicxml is to move the larger schema documents l…
-
-
The core Verovio engine does not support [jumps and repeats when converting MusicXML to MIDI](https://github.com/rism-digital/verovio/discussions/3358).
In order to have our own `VerovioConverter`…
-
A multi-measure rest consists of two elements, a rest symbol and a number. MusicXML provides `font-size` and `color` attributes in the `` parent element; my conclusion is that these attributes are in…