Hi Jean and Leo, The \tweak extra-spacing-width #'(-2.5 . 0) is exactly what I was looking for! [image: image.png] Thank you very much for your attitude, agility and quality responses!
Have a good day, Vlad On Wed, Nov 9, 2022 at 1:56 PM Leo Correia de Verdier < [email protected]> wrote: > 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 > [image: image.png] > 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 > [image: image.png] > > 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 > > >
