Skip to content

Commit

Permalink
Merge pull request #2100 from Jojo-Schmitz/articulations
Browse files Browse the repository at this point in the history
fix #67026: link articulations between score and part also when applied via keyboard shortcuts.
  • Loading branch information
lasconic committed Jun 29, 2015
2 parents c212864 + 09a13b6 commit 1a6a7e6
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 1a6a7e6

Please sign in to comment.