Re: Offset PedalMarking

2018-09-05 Thread Andrew Bernard
Hi Aaron and Malte, I have been looking for this concept for ages! Thanks Gents. Andrew On Wed, 5 Sep 2018 at 19:18, Aaron Hill wrote: > > You might be able to achieve this by adjusting both the > `parent-alignment-X` and `self-alignment-X` properties. See the > following: > > >

Re: Offset PedalMarking

2018-09-05 Thread foxfanfare
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 >

Re: Offset PedalMarking

2018-09-05 Thread Malte Meyn
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

Re: Offset PedalMarking

2018-09-05 Thread Aaron Hill
On 2018-09-05 01:53, foxfanfare wrote: I'd like to move globally the pedal markings for piano to the left, but only the SustainOn sign, not the release one. If I write someting like \override SustainPedal.X-offset, they will both move. I wonder how it is possible to be done. You might be

Offset PedalMarking

2018-09-05 Thread foxfanfare
Hi all, I'd like to move globally the pedal markings for piano to the left, but only the SustainOn sign, not the release one. If I write someting like \override SustainPedal.X-offset, they will both move. I wonder how it is possible to be done. I found in the configuration file how the