lilypond-user
[Top][All Lists]
Advanced

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

Re: Change clef too close to the chord after it


From: Knute Snortum
Subject: Re: Change clef too close to the chord after it
Date: Tue, 8 Nov 2022 16:13:20 -0800

On Tue, Nov 8, 2022 at 2:42 PM Jean Abou Samra <jean@abou-samra.fr> wrote:
>
> extra-offset is only a last resort though, for all the reasons listed at
> https://lilypond.org/doc/v2.22/Documentation/learning/moving-objects.html
>
> Instead, how about:
>
> \version "2.23.80"
>
> rightHand = { \repeat unfold 16 { c'16 } }
>
> leftHand = \relative {
>    \clef bass g,8\noBeam^\markup \large \italic "leggierissimo"
>    \once \override Staff.Clef.extra-spacing-width = #'(0 . 1.5)
>    \clef treble <b' f' a>8 q2.
> }
>
> \paper {
>    ragged-right = ##f
> }
>
> <<
>    \new Staff \rightHand
>    \new Staff \leftHand
>  >>
>
> See
> https://lilypond.org/doc/v2.23/Documentation/notation/spacing-between-adjacent-columns.html
>
> Best,
> Jean
>

Thank you for that, and for the URL to the documentation.

I have one more question (for you or anyone): in my example if you
remove the markup, the change clef is placed horizontally correctly.
Is this a bug, or is something else going on that I don't understand?



reply via email to

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