13 #ifndef __PLUGIN_API_TIE_H__ 14 #define __PLUGIN_API_TIE_H__ 17 #include "libmscore/tie.h" 40 Tie(
Ms::
Tie* tie, Ownership own = Ownership::PLUGIN) :
Element(tie, own) {}
48 extern Tie* tieWrap(Ms::Tie* tie);
Ms::PluginAPI::Note endNote
The ending note of the tie.
Definition: tie.h:35
Ms::PluginAPI::Note startNote
The starting note of the tie.
Definition: tie.h:32
Definition: elements.h:85
Provides access to internal Ms::Tie objects.
Definition: tie.h:28
Definition: cursor.cpp:30
Main class of the plugins framework. Named as MuseScore in QML.
Definition: qmlpluginapi.h:62
Definition: elements.h:423