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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to