newScore function: how to add a violin and bass clef qml?
Hi,
does anyone know how to use the function newScore in a way that a violin G and bass F clef is created?
I've tried the following but always only got a violin, G clef:
var score = newScore("Random.mscz", "x", measures);
var score = newScore("Random.mscz", "grand-piano", measures); // why is there not Bass clef?
var score = newScore("Random.mscz", "piano", measures);
var score = newScore("Random.mscz", "violin", measures); //well this is not surprising...
it always looks like this:
while would like to have it like this:
please ignore the transpose... I'd be fine if it is just Cmaj.
Comments
I'd consider the bottom staff showing in Treble when running with "piano"/"grand-piano" as a bug, as according to the instruments.xml file those should receive an F-clef indeed.
In reply to I'd consider the bottom… by jeetee
Hi jeetee,
thank you for the reply. Shall I enter an issue or have you already done that?
BR, Karsten
In reply to Hi jeetee, thank you for the… by karsten.spries…
Go ahead and enter it into the Issue Tracker
In reply to Hi jeetee, thank you for the… by karsten.spries…
Thanks for #328533: newScore does not generate a bass clef when called with "piano" or "grand-piano"