Tiago,

On Tue, Feb 7, 2017 at 6:39 AM, Tiago Morin <[email protected]> wrote:
> Is there a way to color just one of the accidentals of a key signature?
> For example: I'd like to color in red the d sharp of the "\key e \major" ,
> leaving the rest of the accidentals in default color.
>

Try the code here:
http://www.mail-archive.com/[email protected]/msg104047.html

For your example, you'd write

 \override Staff.KeySignature.stencil =
  #(key-signature::special-print `((2 . ,red)))
 \key e \major

Hope this helps!

David

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to