frmatthew / exsurge

A JavaScript library for rendering Gregorian Chant in square note notation
MIT License
54 stars 13 forks source link

`ctxt.lyricTextColor` is not heeded #90

Closed tukusejssirs closed 3 years ago

tukusejssirs commented 3 years ago

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:

Is it a bug?

frmatthew commented 3 years ago

Yes, it's probably a bug.

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.

tukusejssirs commented 3 years ago

I see, @frmatthew. Thanks anyway for this awesome project. Could you archive the project or otherwise label it as non-maintained? :wink:


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! :pray:

tukusejssirs commented 3 years ago

@bbloomf, ctxt.lyricTextColor works as expected in your fork, however, the issue described in #91 does not.

Because of this, I’ll close this issue.