> On 3 Jun 2019, at 13:14, Pierre Perol-Schneider 
> <pierre.schneider.pa...@gmail.com> wrote:
> 
> Hi,
> What's wrong with this tweak ?
> 
> \version "2.19.83"
> {
>   a1\sustainOn a-\tweak color #red \sustainOff \sustainOn 
> }
> 
> TIA
> Cheers,
> Pierre
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

I think you have to specify the grob that you’re adjusting, but both of these 
turn the Sustain Off red, which doesn’t make sense to me.

\version "2.19.83"
{
  a1\sustainOn a-\tweak SustainPedal.color #red \sustainOff    \tweak 
SustainPedal.color #red  \sustainOn 
}

\version "2.19.83"
{
  a1\sustainOn a- \sustainOff    \tweak SustainPedal.color #red  \sustainOn 
}

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

Reply via email to