On Sun, 2024-12-22 at 12:04 +0000, Richard Shann wrote: > On Sun, 2024-12-22 at 11:51 +0000, Richard Shann wrote: > > Is there a neat way to start a glissando mark further from the note > > than the default? > I've found it - sorry: > > \once\override Glissando.bound-details.left.padding = #2.5
I found this as an example, but I haven't been able to find a list of bound-details.xxx.yyy to know if I can control the height of the left hand start point. Setting the left.padding does not leave the start of the gliss line at the height of the note, is there some other bound-details.left.xxx that might do that? Or should I be padding the note itself? Here is the gliss with padding set: \version "2.24" { f''2 \once\override Glissando.bound-details.left.padding = #2.5 f''2\glissando f'2 } Richard > > Richard > > > I see a property called ly:line-spanner::calc-left- > > bound-info but no examples of its use. > > > > Richard Shann > > (The composer wants to use this to indicate that the glissando > > doesn't > > start straight away, instead the note is sounded for a while first) > > > >