Set color of any score document element. Use combination of color attributes to set color of specific elements.
setColor("red", "staff"); // Set color of all staff elements to red. setColor("red", "staff", "signature"); // Set color of all signature elements of staff to red. setColor("red", "staff", "key", "signature"); // Set color of key signature of staff to red. setColor("green", "staff", "time", "signature"); // Set color of time signature of staff to green. // etc.
Set color of any score document element. Use combination of color attributes to set color of specific elements.
See ColorAttr for attribute hierarchy tree.