Skip to content

Commit

Permalink
fix #67026: link articulations between score and part
Browse files Browse the repository at this point in the history
also when applied via keyboard shortcuts
  • Loading branch information
Jojo-Schmitz authored and lasconic committed Jun 29, 2015
1 parent a667b80 commit bd74f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1548,6 +1548,7 @@ bool Score::addArticulation(Element* el, Articulation* a)
return false;
}
a->setParent(cr);
a->setTrack(cr->track()); // make sure it propagates between score and parts
undoAddElement(a);
return true;
}
Expand Down

0 comments on commit bd74f4e

Please sign in to comment.