Open typiconman opened 5 years ago
Option invertColor=true
feels best to me. Implementation should be easy:
\\cuKinovarColor
to set textcolor
to black
Here are examples of polyphonic Put chants from various manuscripts, which demonstrate what we are trying to reproduce in regard to reverse coloring. Of course, many more examples are found in the Demestvenny Azbuka of Kalashnikov, where it is traditional to present the Demestvenny neumes in reverse color.
Right now it is not possible to have more than one line of kryuki positioned above a line of text.
This is a separate issue from the issue of inverting color. I think it is difficult to do.
I opened up a separate issue #57 for the support of multiple lines of neumes.
@pgmmpk Will you have a chance to work on this? Your TeX programming skills are way better than mine.
Right now we provide the
autocolormarks
feature, which automatically renders cinnabar marks in red using internally the\cuKinovar
macro. There are instances when we want the reverse to be true: the black neumes to be rendered in red and the red marks rendered in black. This is actually trivial -- we can set the main font text to0.80,0.03,0.01
(kinovar), and then set thekinovar
color to black. However, it should be possible for the two color schemes to coexist in the same document. For this, I think we need:\cuKrukPara{ foo \\ bar }
(renders neumes in black and marks in red) and\cuKrukParaInv{ foo \\ bar}
(renders marks in black and neumes in red)@pgmmpk Please discuss if there is a better way of doing this. @starover77 Please comment.
Another option may be to add
color = inverted
as a parameter to\cuKrukPara
.