Re: Pedal tweak

2019-06-03 Thread Pierre Perol-Schneider
@ Brian, I meant: \version "2.19" { a1\sustainOn a -\tweak color #red \sustainOff \sustainOn } { a1 -\tweak bound-details #`((left . ((Y . 0) (attach-dir . -2) (text . ,(markup #:musicglyph "pedal.Ped" (right . ((Y . 0)

Re: Pedal tweak

2019-06-03 Thread David Kastrup
Pierre Perol-Schneider writes: > Hi, > What's wrong with this tweak ? > > \version "2.19.83" > { > a1\sustainOn a-\tweak color #red \sustainOff \sustainOn > } The off-on sequence creates only a single grob, and that one is created by \sustainOn . You can tweak that one but it will of course a

Re: Pedal tweak

2019-06-03 Thread Michael Hendry
> On 3 Jun 2019, at 13:14, Pierre Perol-Schneider > 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 l