-Origin: upstream, commit:19677e38768db0cd46832f30038d70012bc750a9
+Origin: backport, commit:19677e38768db0cd46832f30038d70012bc750a9
Author: Dale Larson <dlarson42@gmail.com>
Description: Fix #291790, fix #267604: Restore Chord.remove() and Chord.add() methods.
Restore the add and remove QML methods for the
--- a/mscore/plugin/api/elements.cpp
+++ b/mscore/plugin/api/elements.cpp
-@@ -70,6 +70,50 @@ void Note::setTpc(int val)
+@@ -11,6 +11,7 @@
+ //=============================================================================
+
+ #include "elements.h"
++#include "score.h"
+ #include "libmscore/property.h"
+
+ namespace Ms {
+@@ -70,6 +71,50 @@ void Note::setTpc(int val)
}
//---------------------------------------------------------