Bug report on Harp Pedals Diagram

• May 18, 2016 - 23:16
Type
Functional
Severity
S5 - Suggestion
Status
active

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}}}