You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to change the foreground color of all elements. I can change the colour of dividers (ctxt.dividerLineColor), neumes (ctxt.neumeLineColor) and staff lines (ctxt.staffLineColor), but the following three does not work:
ctxt.lyricTextColor;
ctxt.annotationTextColor;
ctxt.dropCapTextColor.
Is it a bug?
The text was updated successfully, but these errors were encountered:
I released this as an experimental project, but haven't done any work on it for about four years. You could try looking at some of the forks of the project and seeing if others have made more progress on it, and possibly improved rendering.
I see, @frmatthew. Thanks anyway for this awesome project. Could you archive the project or otherwise label it as non-maintained? 😉
Well, I looked at the forks and as far as I see it right, the one made by @bbloomf has 200+ ahead commits, so he could help me out, however, he disabled the issue tracker his fork. @bbloomf, could you help me with this and #91? Thanks in advance! 🙏
I want to change the foreground color of all elements. I can change the colour of dividers (
ctxt.dividerLineColor
), neumes (ctxt.neumeLineColor
) and staff lines (ctxt.staffLineColor
), but the following three does not work:ctxt.lyricTextColor
;ctxt.annotationTextColor
;ctxt.dropCapTextColor
.Is it a bug?
The text was updated successfully, but these errors were encountered: