lilypond-user
[Top][All Lists]
Advanced

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

Re: Offset PedalMarking


From: foxfanfare
Subject: Re: Offset PedalMarking
Date: Wed, 5 Sep 2018 02:50:00 -0700 (MST)

Malte Meyn-3 wrote
> You can add a tweak to the definition of sustainOn:
> 
> \version "2.19.82"
> 
> sustainOn =
> #(define-event-function () ()
>     #{
>       -\tweak X-offset 3
>       -#(make-span-event 'SustainEvent START)
>     #})
> 
> {
>    b4\sustainOn 4 4 4
>    b4\sustainOff 4 4 4
> }
> 
> _______________________________________________
> lilypond-user mailing list

> lilypond-user@

> https://lists.gnu.org/mailman/listinfo/lilypond-user

That's perfect, thank you Malte. I really need to learn this kind of code
because I don't know how I could have found this solution...




--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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