On Thu, 27 May 2021 at 01:59, Molly Preston <[email protected]>
wrote:
>
> Hello everyone,
>
> I have a slur going into the lyrics. It is all one slur from m.79 through
beat 1 of 81. What would you all suggest to fix the slur going into the
lyrics?
> I was trying to use \shape, but it didn't seem to affect it. Now I am
looking at \alterBroken, but not sure which property to alter.
>
> Sorry to send a jpg. I tried to do a tiny example but could not reproduce
the effect.
>
> -Molly
Hi Molly,
Perhaps try something like:
\layout {
\context {
\Lyrics
\override VerticalAxisGroup.nonstaff-unrelatedstaff-spacing.padding =
#1.8 % adjust to your liking
}
}
Cheers,
Vaughan