change notehead color or size inside chord?

2016-03-10 Thread Jaime Oliver
Hi all is it possible to change the color or size of a notehead inside a chord?
My attempts so far have been unfruitful…
best,
J
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: change notehead color or size inside chord?

2016-03-10 Thread Thomas Morley
2016-03-11 0:31 GMT+01:00 Jaime Oliver :
> Hi all is it possible to change the color or size of a notehead inside a 
> chord?
> My attempts so far have been unfruitful…
> best,
> J

\version "2.19.36"

{
  <
   c'
   \tweak color #cyan e'
   \tweak font-size #-5 g'
   c''
  >
}

HTH,
 Harm

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: change notehead color or size inside chord?

2016-03-10 Thread Jaime Oliver
wonderful! 
Could it also affect the accidental?
best,
J
> On Mar 10, 2016, at 6:50 PM, Thomas Morley  wrote:
> 
> 2016-03-11 0:31 GMT+01:00 Jaime Oliver :
>> Hi all is it possible to change the color or size of a notehead inside a 
>> chord?
>> My attempts so far have been unfruitful…
>> best,
>> J
> 
> \version "2.19.36"
> 
> {
>  <
>   c'
>   \tweak color #cyan e'
>   \tweak font-size #-5 g'
>   c''
>> 
> }
> 
> HTH,
> Harm
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: change notehead color or size inside chord?

2016-03-10 Thread Jaime Oliver
got it thanks!
J
> On Mar 10, 2016, at 7:21 PM, Jaime Oliver  wrote:
> 
> wonderful! 
> Could it also affect the accidental?
> best,
> J
>> On Mar 10, 2016, at 6:50 PM, Thomas Morley  wrote:
>> 
>> 2016-03-11 0:31 GMT+01:00 Jaime Oliver :
>>> Hi all is it possible to change the color or size of a notehead inside a 
>>> chord?
>>> My attempts so far have been unfruitful…
>>> best,
>>> J
>> 
>> \version "2.19.36"
>> 
>> {
>> <
>>  c'
>>  \tweak color #cyan e'
>>  \tweak font-size #-5 g'
>>  c''
>>> 
>> }
>> 
>> HTH,
>> Harm
>> 
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user