-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use-drop-cap
attribute set to false
does not work
#91
Comments
@bbloomf, sorry, I add here a note to a totally different issue: Update:
Anyway, how could I change the notehead and clef colour? |
Have you tried calling "ctxt.setRubricColor()" to set the rubric color? It looks like that should update color in both places. You could add a stylesheet to the SVG that has been output to update the color of the notations, something like
to make them all red |
Thanks, @bbloomf, for trying and helping me. 👍 However, running And adding In the end, I don’t see the rubrics colour as a big issue, as I can work around this by repalacing What I can’t change (and can’t find a workaround for) is (1) disabling the drop letter (for a particular score, not in general like the rubrics colour); and (2) the clef and notehead colour (it is resiliently black). Thanks in advance for your help! Update: Just to make it clear: by noteheads I mean the neumes without vertical bars (because those bars are already coloured as expected). Also note that I wish I could change the empty noteheads inner colour. Currently, it is forced to use white. All in all, I wish to change the foreground and background colours, while keeping the rubrics colour. Just a concrete example: on screen, I prefer to read green ( Update 2: A cannot change the colour of accents too. Update 3: While inspecting the Therefore the solution is as follows: ctxt.rubricColor = '#ff0000' // For characters like `*`
ctxt.specialCharProperties.fill = '#ff0000' // For characters like versicle or response I still need to know, how to change the foreground colour of clefs, noteheads and accents, and background colour of empty notes … |
BTW, Firefox says that Update: And also |
As for the empty note background colour (by default white): one needs to change |
Is there a way to scale up the whole score? I can change the font size (using Update: I tried to change I can change the font sizes (using various
I cannot find an element to change the size of the notes, clef and accents (I presume the problem is the same as with the colour of these). With the current code, I might need to redefine the definitions of these symbols. |
I wanted to disable drop letter, but I can’t make it work. I simply used the code of the demo page, added the attribute and it still outputs the drop letter.
The text was updated successfully, but these errors were encountered: