lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyric alignment


From: Samuel Speer
Subject: Re: Lyric alignment
Date: Fri, 10 Nov 2017 15:12:50 -0700

Try this:

\override Lyrics.LyricText.extra-spacing-width = #'(-inf.0 . +inf.0)

HTH,
AbrahamĀ 

Thank you very much! That was very helpful.

For the benefit of anyone who reads this archive in the future, the positive should actually come before the negative:

\override Lyrics.LyricText.extra-spacing-width = #'(+inf.0 . -inf.0)

Also, here is the page of the Internals Reference that explains this:

http://lilypond.org/doc/v2.19/Documentation/internals/lyrictext

reply via email to

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