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

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

Reply via email to