Thank you both!
Lukas-Fabian Moser wrote:
> Try:
>
> \layout {
> \context {
> \VaticanaStaff
> \override DotColumn.padding =
> #(grob-transformer 'padding (lambda (grob pad) (* pad 0.3)))
> }
> }
>
> (Here, 0.3 is an arbitrary factor.)
>
Lukas, your solution works for me.
It helps in my case that my score has only one augmentum.
Werner LEMBERG wrote:
> It's unsustainable that you have to adjust the incorrectly computed
> horizontal distances of augmentum points every time.
>
I agree that this is not ideal.