lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving glissando ends


From: Toine Schreurs
Subject: Re: Moving glissando ends
Date: Wed, 26 Aug 2020 19:51:02 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

> I want each line to go to the centre of the invisible notehead, so that
> I get a continuous line.  Of course, the first and last lines only want
> to be full-length at one end, because there is an actual notehead at
> the other.
> 
> How can I achieve this?

for the first line:
  \override Glissando.bound-details.right.padding = #-1

for the intermediate lines:
  \override Glissando.bound-details.right.padding = #-1
  \override Glissando.bound-details.left.padding = #-1

for the last line:
  \override Glissando.bound-details.left.padding = #-1

You did not give an example, so this is not tested.

Toine Schreurs



reply via email to

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