SLUR's end tags (type="stop") are not exported
Version: 2.0
operating system: Windows 7 Home Basic SP1 x64
Perhaps mistake in the file exportxml.cpp on line 508:
if (slur[i] && slur[i]->tick() == chord->tick() && slur[i]->track() == chord->track()) {
most likely it should be:
if (slur[i] && slur[i]->tick2() == chord->tick() && slur[i]->track() == chord->track()) {
Comments
Hi Rao!
Just for the future: For things about future releases, etc, could you post in the Technology Preview section?
If you have a github account, feel free to make a pull request.
Chen Lung, Thomas, thanks for your answers. I've been here not long ago and have not yet figured out what's what. Sorry to trouble you.