Le 08/11/2022 à 16:30, Knute Snortum a écrit :
On Tue, Nov 8, 2022 at 5:30 AM Paolo Cantamessa <paolocantamess...@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 \leftHandThat works great, thanks!
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
OpenPGP_signature
Description: OpenPGP digital signature