Skip to content

Commit

Permalink
fix #290356: Allow copy-pasting of the LetRing, PalmMute and Vibrato …
Browse files Browse the repository at this point in the history
…elements.
  • Loading branch information
dnovikov committed Jan 17, 2021
1 parent 28aa7ba commit 6b52253
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libmscore/paste.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,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 6b52253

Please sign in to comment.