On 2024-05-01 12:18 am, David Kastrup wrote:
{ \tweak Dots.extra-spacing-width #'(.2 . .2) <e' \single \parenthesize Dots e''>4. }Wish I could get the actual dots to move, but maybe someone else has an idea for that.
Looks like the DotColumn is controlling things. This seems to work:
%%%%
{
\once \override Staff.DotColumn.padding = #1
<e' \single \parenthesize Dots e''>4.
}
%%%%
-- Aaron Hill
