lilypond-user
[Top][All Lists]
Advanced

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

Re: Pedal tweak


From: Pierre Perol-Schneider
Subject: Re: Pedal tweak
Date: Mon, 3 Jun 2019 15:26:54 +0200

@ 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)    
                     (attach-dir . -2)
                     (text . ,(markup
                                #:concat
                                (#:with-color red
                                 (#:musicglyph "pedal.*")
                                 #:musicglyph "pedal.Ped"))))))
  -\tweak style #'none
  _\startTextSpan
  a\stopTextSpan
 
}

@Michael and David K.: Thank you.

Cheers,
Pierre

Le lun. 3 juin 2019 à 14:41, Brian Barker <address@hidden> a écrit :
At 14:14 03/06/2019 +0200, you wrote:
>What's wrong with this tweak ?
>
>\version "2.19.83"
>{
>   a1\sustainOn a-\tweak color #red \sustainOff \sustainOn
>}

Probably nothing. It probably does what it should, but no-one can
know what you want it to do.

Do you perhaps mean
>a1\sustainOn \tweak color #red a \sustainOff \sustainOn
?

Brian Barker - privately


reply via email to

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