bug-lilypond
[Top][All Lists]
Advanced

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

Spacing in clef changes


From: Jean Abou Samra
Subject: Spacing in clef changes
Date: Thu, 19 Mar 2020 18:16:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

Hi Squad,

The output of this code is rather disappointing.

\version "2.21.0"

{
  r2.
  r4
  \clef bass
  R1
}

The second rest is much too close to the clef that follows it.

This can be improved using:

 \once \override Score.Clef.X-extent = #'(-0.8 . 2)

But in general, mid-staff clefs should have a little more extra
space around them. This doesn't just occur with rests. Consider:

{
  r2.
  g'4
  \clef treble
  R1
}


Please tell me if you open an issue (I would like to follow the ticket).

Regards,

Jean Abou Samra




reply via email to

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