Hi,
Is there anyway to print a score’s background color to PDF?
I have set this color for my score background: (#e7d4bf)
Thanks
Hi,
Is there anyway to print a score’s background color to PDF?
I have set this color for my score background: (#e7d4bf)
Thanks
Probably easier to apply a tint to the PDF afterwards.
I have a python script that does this. (You’ll need to install python and the pyObjC library, though.)
Thanks Ben! will try it.