[MusicXML] Small notes not exported
1. Open attached score (produced in 1.2).
2. 'Export'.
3. Choose 'MusicXML'.
4. 'Save'.
5. Open MusicXML.
Result: Small notes appear as normal notes.
Using MuseScore 2.0 Nightly Build (a859c55) - Mac 10.7.5.
Attachment | Size |
---|---|
Small notes not exported.mscz | 1.43 KB |
Comments
See http://musescore.org/en/node/50931
Guess I could have a go at it...
@chen lung: your example shows a small chord (with only one note)
See https://github.com/musescore/MuseScore/pull/1887
Does not address import of small notes though...
Modified test score and xml result attached, the measure looks like this in MuseScore:
For import a decision needs to be made about whether to make the chord small or it's note(s), or even both.
Could make the chord small, if all it's notes are small and only the note(s) if not.
Or make the chord small if one of it's notes is.
Opting for the latter (seems easier to implement) makes the import look like this:
Compare with above...
There is more to it and a good reason to not cope with it right now IMO.
The note element also can have a "cue" element, like grace notes.
I've now change my PR to export only small chords and import as small chord if any of it's notes is small. Still not mtest for it though.
Modified (and rebased) PR to handle cue chords and small notes, on export and import
Hi Jojo,
Will I be able to see here when this is included in the nightly builds, please ?
Yes, once this issue gets marked fixed
Fixed in 4af5c38e8c
Automatically closed -- issue fixed for 2 weeks with no activity.