Le 02/11/2022 à 18:18, Paul Hodges a écrit :
2) Possible solutions

The composer has drawn the glissando to the note head, not to the accidental - this would work adequately, but the spacing would still be tight - and in any case I couldn't find any way to make this happen.



\version "2.23.80"

\language english

{
  \time 2/4
  r4
  \clef tenor
  \acciaccatura gs'8-
  \tweak bound-details.right.end-on-accidental ##f \glissando
  as16 r8.
}


See https://lilypond.org/doc/v2.23/Documentation/internals/glissando
which takes you to
https://lilypond.org/doc/v2.23/Documentation/internals/line_002dspanner_002dinterface



The horizontal spacing between the grace note and the main note could be increased.  Again, I couldn't find a way to do this directly, not least because most tweaks and overrides I thought of appear to operate simultaneously on both the notes.



\version "2.23.80"

\language english

{
  \time 2/4
  r4
  \clef tenor
  \acciaccatura gs'8\glissando
  \tweak Accidental.extra-spacing-height #'(-inf.0 . +inf.0) as16 r8.
}


See https://lilypond.org/doc/v2.23/Documentation/notation/spacing-between-adjacent-columns


Best,
Jean

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to