Am 05.09.18 um 10:53 schrieb foxfanfare:
I found in the configuration file how the sustainOn/Off works:
sustainOn = #(make-span-event 'SustainEvent START)
sustainOff = #(make-span-event 'SustainEvent STOP)
I think it would be possible to add an offset for the sustainOn shortcut but
I didn't manage to find the solution...
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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user