I think what you are asking for is extra-spacing-width, but it might be easier 
to use repeatTie instead of slur.

##############
\version "2.23.11"
\relative c'' {
  b1 
  a \repeatTie
  \tweak extra-spacing-width #'( -5 . 0 ) 
  c \repeatTie
  d, \repeatTie
  \tweak extra-spacing-width #'( -5 . 0 ) 
  a \repeatTie
}
###############

HTH
/Leo

> 9 nov. 2022 kl. 13:35 skrev Volodymyr Prokopyuk 
> <[email protected]>:
> 
> Hello,
> 
> Problem
> 
> When a slur continues on a new Staff a small horizontal space is added 
> automatically to accommodate the slur like below
> 
> When I add an extra slur with the d2 \tweak control-points #'(...) ( r4) in 
> \volta 2 the extra space is not added and the slur crosses the repeat barline 
> like below
> 
> 
> Question
> 
> Is there a way to explicitly add horizontal space before a note to 
> accommodate the extra slur in \volta 2?
> 
> Thank you very much,
> Vlad

Reply via email to