> 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