Skip to content

Commit

Permalink
ported #7260 : fix #290356: Allow copy-pasting of the LetRing, PalmMu…
Browse files Browse the repository at this point in the history
…te and Vibrato elements.
  • Loading branch information
igorkorsukov authored and vpereverzev committed Feb 12, 2021
1 parent ba6e940 commit 5a0b00a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libmscore/paste.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,9 @@ void Score::readAddConnector(ConnectorInfoReader* info, bool pasteMode)
case ElementType::TRILL:
case ElementType::TEXTLINE:
case ElementType::VOLTA:
case ElementType::PALM_MUTE:
case ElementType::LET_RING:
case ElementType::VIBRATO:
{
Spanner* sp = toSpanner(info->connector());
const Location& l = info->location();
Expand Down

0 comments on commit 5a0b00a

Please sign in to comment.