lilypond-user
[Top][All Lists]
Advanced

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

Re: Pedal tweak


From: Michael Hendry
Subject: Re: Pedal tweak
Date: Mon, 3 Jun 2019 13:55:07 +0100

> On 3 Jun 2019, at 13:14, Pierre Perol-Schneider <address@hidden> 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
> address@hidden
> 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


reply via email to

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