lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Broken Slur + Key Signature Collision


From: Jean Abou Samra
Subject: Re: Broken Slur + Key Signature Collision
Date: Thu, 06 Jul 2023 08:52:57 +0200
User-agent: Evolution 3.48.3 (3.48.3-1.fc38)

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

[Prev in Thread] Current Thread [Next in Thread]