Bug report on Harp Pedals Diagram
Here is my revised text. Please help! Thank you. The last line is still generating an invalid attached object assignment. What I am trying to do is create a text input line that generates in a specific font with a specific text.
import QtQuick 2.2
import MuseScore 1.0
MuseScore {
menuPath: "Plugins.harppedals"
pluginType: "dialog"
onRun: {
if (typeof curScore === 'undefined'); {
username:HarpPedals
id: column
x : 10
y : 10
Label
}
Column,
width, 200; height, 200
TextInput, {id: myTextInput, text: "Harp Pedals"}
Text, text, myTextInput.text
}
Element:
{TextInput, {id: harppedalTextInput, text: "abcdabcd", font: HarpFont}}}