SLUR's end tags (type="stop") are not exported

• Jun 30, 2013 - 19:50

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

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.

Do you still have an unanswered question? Please log in first to post your question.