import QtQuick 2.0 import MuseScore 3.0 MuseScore { menuPath: "Plugins.pluginName" description: "Description goes here" version: "1.0" onRun: { cmd("half-duration"); cmd("pad-dot"); cmd("next-element"); //cmd("note-a"); //cmd("chord-a"); //cmd("insert-a"); Qt.quit() } }