Thanks so much, Jean! That gets me over this hurdle for now, but thank you
for opening the issue to resolve it permanently.

Best,
Abraham

On Thu, Jul 6, 2023 at 12:52 AM Jean Abou Samra <j...@abou-samra.fr> wrote:

> 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: 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
>

Reply via email to