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 07:30:29 -0800

On Tue, Nov 8, 2022 at 5:30 AM Paolo Cantamessa
<paolocantamessa72@gmail.com> wrote:
>
> Hi Knute,
> this in my environment works:
> rightHand = { \repeat unfold 16 { c'16 } }
>
> leftHand = \relative {
>   % Remove the markup and all is well
>   \clef bass g,8\noBeam^\markup \large \italic "leggierissimo"
>     \once \override Staff.Clef.extra-offset = #'(-1 . 0)
>     \clef treble <b' f' a>8 q2.
> }
>
> \paper {
>   ragged-right = ##f
> }
>
> <<
>   \new Staff \rightHand
>   \new Staff \leftHand

That works great, thanks!

--
Knute Snortum



reply via email to

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