[Musicxml Export] - Headless notes exported incorrectly as hidden notes
Reported version
3.6
Type
Performance
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
The attached example shows two stem-only notes and two hidden notes. In a modern work I'm transcribing in braille, the former notes can't be exported as <notehead>none</notehead>
, but just the same as the other two, and can't be correctly translated in braille (they are lost because the software will filter hidden notes). Please see the same passage exported from Musescore and Sibelius.
Haipeng
Attachment | Size |
---|---|
headless.mscz | 2.91 KB |
headless (Musescore).musicxml | 4.32 KB |
headless (sibelius).musicxml | 8.59 KB |
Fix version
4.0.0
Comments
Relates to #270643: [EPIC] MusicXML import/export issues
Pull request: https://github.com/musescore/MuseScore/pull/11609
Fixed in branch master, commit 8c5e6d2fcd
_Fix #327118 MusicXML: Export invisible noteheads as "none"
Avoid setting `` because that hides other
parts of the note in addition to the head, which causes problems for
some MusicXML importers and Braille conversion tools. Use
none
instead._Automatically closed -- issue fixed for 2 weeks with no activity.