lilypond-user
[Top][All Lists]
Advanced

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

Re: Cautionary clef collision with rest


From: Pierre Perol-Schneider
Subject: Re: Cautionary clef collision with rest
Date: Mon, 1 Jun 2020 07:53:31 +0200

Hi Josiah,

Maybe try:

\version "2.20.0"

{
  \clef F \time 3/4
  R2.*3
  \clef G
  g4 r r g r r
  \once\override Staff.Clef.X-extent = #'(-5 . 5)
  \clef F
}

and properly set the extent.
HTH.
Cheers,
Pierre

Le lun. 1 juin 2020 à 07:32, Josiah Boothby <josiahb@gmail.com> a écrit :
I'm struggling to increase the padding for a cautionary clef in a
slightly crowded line, since it's colliding with rests when there are
notes on other lines. Attached is an image of the score I'm working
with as I'm struggling to come up with a concise test snippet that
doesn't have other problems. Should I instead adjust the measure
width? I'm using 2.20.0.

Thank you,

Josiah

reply via email to

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