Le mercredi 05 juillet 2023 à 18:45 -0600, Abraham Lee a écrit :
> All,
> 
> What property is used to control the spacing between the second part of a
> broken slur's left control point and the preceding key signature? I'd like to
> increase this spacing a bit as the current collision is quite bothersome.
> Here's what I mean:
> 
> image.png



Ugh, that's plain ugly.
Opened https://gitlab.com/lilypond/lilypond/-/issues/6639

Meanwhile, try

\version "2.24.1"

\paper { ragged-right = ##t }

{
  \time 3/4
  \key g \major
  c'2.(
  \break
  \once \override Staff.KeySignature.X-extent = #'(0 . 1.6)
  e''4 g' e'
  c''2.)
}



Jean

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to