[MusicXML import] Deal with print-spacing="no"
In the ActorPreludeSample
sample of MusicXML.org, some notes are set in voice 2, invisible (print-object=no) and with print-spacing="no"
. I suggest we don't import the note with print-spacing="no"
at all.
The DTD says "For wholly
invisible notes, such as those providing sound-only data,
the attribute for print-spacing may be set to no so that
no space is left for this note. The print-spacing value
is only used if no note, dot, or lyric is being printed."
Comments
Agree. Will have a look at it.
Pull request #2085
Fixed in branch master, commit 890c7c8bba
fix #64901 - handle print-spacing no
Fixed in branch master, commit d9f089fd3f
Merge pull request #2085 from lvinken/musicxml-fixes
fix #64901 - handle print-spacing no
Fixed in branch 2.0.2, commit aa0acdccca
fix #64901 - handle print-spacing no
Automatically closed -- issue fixed for 2 weeks with no activity.