lilypond-user
[Top][All Lists]
Advanced

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

Re: How to add a horizontal line after every third verse?


From: Matthew Fong
Subject: Re: How to add a horizontal line after every third verse?
Date: Fri, 15 Oct 2021 18:23:22 -0700

Dear Valentin,

I tried your solution, and it appears there is an extra stave that I cannot seem to get rid of (or understand how it is being produced). Otherwise, your code does what I want it to.


Many thanks,
mattfong

On Fri, Oct 15, 2021 at 10:38 AM Valentin Petzel <valentin@petzel.at> wrote:
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 <colin@baguley.net>:

THis looks really good - thank you so much.
===================================
Colin Baguley
===================================


On Thu, 14 Oct 2021 at 23:28, Valentin Petzel <valentin@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

Attachment: Test with Rule.pdf
Description: Adobe PDF document


reply via email to

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