lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing the color of \rtoe, \ltoe, \heel, and \rheel


From: Urs Liska
Subject: Re: Changing the color of \rtoe, \ltoe, \heel, and \rheel
Date: Mon, 3 Oct 2016 00:04:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0



Am 02.10.2016 um 23:00 schrieb Joseph N. Srednicki:

Hello:

 

I would like to change the color of \ltoe, \rtoe, \lheel, and \rheel to red in a score.

 

Can someone tell me how to do this or point me to the location in the documentation that explains how to do so?


As these commands seem to be articulations (see http://lilypond.org/doc/v2.19/Documentation/notation/list-of-articulations) you have to override Script's color property:

{
  \override Script.color = #red
  c' \ltoe
}

HTH
Urs

 

Thanks.

 

Joe Srednicki



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

[Prev in Thread] Current Thread [Next in Thread]