Re: color of a single name chord

2021-01-15 Thread achar
Thank you very much, it's ok Le 15/01/2021 à 12:42, Aaron Hill a écrit : On 2021-01-15 3:34 am, achar wrote: Thanks a lot, but it doesn't work. I don't know why. If \tweak does not work, you can always fall back to \once \override: \version "2.18.2" \new ChordNames \chordmode {   c \

Re: color of a single name chord

2021-01-15 Thread Aaron Hill
On 2021-01-15 3:34 am, achar wrote: Thanks a lot, but it doesn't work. I don't know why. If \tweak does not work, you can always fall back to \once \override: \version "2.18.2" \new ChordNames \chordmode { c \once \override ChordName.color = #red d e } -- Aaron Hill

Re: color of a single name chord

2021-01-15 Thread achar
Thanks a lot, but it doesn't work. I don't know why. Le 15/01/2021 à 11:44, fremoin a écrit : Hello, chordNames = \chordmode { c1 \tweak color "red" d e } ? hth, Frédéric Le 15/01/2021 à 14:31, achar a écrit : Hello. I would like to change the name color of a single chord (eg red) leaving

Re: color of a single name chord

2021-01-15 Thread fremoin
Hello, chordNames = \chordmode { c1 \tweak color "red" d e } ? hth, Frédéric Le 15/01/2021 à 14:31, achar a écrit : Hello. I would like to change the name color of a single chord (eg red) leaving the other chords of another color (eg black). Is it possible ? I am working with Lilypond 2.1

color of a single name chord

2021-01-15 Thread achar
Hello. I would like to change the name color of a single chord (eg red) leaving the other chords of another color (eg black). Is it possible ? I am working with Lilypond 2.18.2 Thank you. Jean-Pierre