lilypond-user
[Top][All Lists]
Advanced

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

Re: The disappearing glissando - a horizontal spacing saga


From: Jean Abou Samra
Subject: Re: The disappearing glissando - a horizontal spacing saga
Date: Wed, 2 Nov 2022 18:27:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1

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

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