Glad to hear that. If you look at the beginning of the code there are three #(define ... ...) bits. Change these values to adjust the dash to your liking (length, indent and line thickness).
Cheers, Valentin 15.10.2021 14:31:57 colin baguley <co...@baguley.net>: > THis looks really good - thank you so much. > =================================== > Colin Baguley > co...@baguley.net > =================================== > > > On Thu, 14 Oct 2021 at 23:28, Valentin Petzel <valen...@petzel.at> wrote: >> Hello Matthew, >> >> Just for instruction: To use my version simply include the part at the top >> between the %%% (line 1-35) and then add between the Lyrics contexts you want >> the dash to be >> >> \lineSep someLyricsToKeepContextAlive >> >> and add \with \adjustLyricsAboveSeparator to the Lyrics context directly >> above >> the separator. So you should have something like this: >> >> ... >> \new Lyrics \with \adjustLyricsAboveSeparator someLyrics >> \lineSep someLyrics >> \new Lyrics someLyrics >> ... >> >> Cheers, >> Valentin