Skip to content

Commit

Permalink
fix #23188: hairpin extends to end of score on copy/paste or save/reload
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Oct 15, 2013
1 parent 0d796ba commit c03fc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/scorefile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ void Score::writeSegments(Xml& xml, int strack, int etrack,
}
}
if (s->tick2() == segment->tick()
&& (s->track2() == track)
&& (s->track2() == track || s->track2() == -1)
&& (!clip || s->tick() >= fs->tick())) {
if (needTick) {
xml.tag("tick", segment->tick() - xml.tickDiff);
Expand Down

0 comments on commit c03fc1b

Please sign in to comment.