On Jan 20, 2019, at 7:43 AM, Kieren MacMillan
wrote:
> Hi David,
>
>> I want to increase the space inside the lyric tie. So if I have
>> “some~word”, I’d like to have a little more space between “some” and “word”.
>> LyricHyphen.minimum-distance doesn’t do that.
>
> Ah, yes. Glad you fou
Hi David,
> I want to increase the space inside the lyric tie. So if I have “some~word”,
> I’d like to have a little more space between “some” and “word”.
> LyricHyphen.minimum-distance doesn’t do that.
Ah, yes. Glad you found the answer!
In your example, I suppose you really need all three
On 2019-01-19 9:15 pm, David F. wrote:
On Jan 19, 2019, at 10:06 PM, Aaron Hill
wrote:
LyricText.word-space is what you want to adjust. Note that it doesn't
stretch the size of the tie.
Perfect! Thanks!
And just for completeness, here is how you can manually construct a tie
of arbitrar
On Jan 19, 2019, at 10:06 PM, Aaron Hill wrote:
> LyricText.word-space is what you want to adjust. Note that it doesn't
> stretch the size of the tie.
Perfect! Thanks!
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/ma
On 2019-01-19 8:02 pm, David F. wrote:
On Jan 19, 2019, at 8:53 PM, Kieren MacMillan
wrote:
Hi David,
How do I adjust the space between two syllables/words that are tied?
LyricSpace.minimum-distance works for words that are not tied.
\override Lyrics.LyricHyphen.minimum-distance = #2
Hop
On Jan 19, 2019, at 8:53 PM, Kieren MacMillan
wrote:
> Hi David,
>
>> How do I adjust the space between two syllables/words that are tied?
>> LyricSpace.minimum-distance works for words that are not tied.
>
> \override Lyrics.LyricHyphen.minimum-distance = #2
>
> Hope that helps!
Thanks
Hi David,
> How do I adjust the space between two syllables/words that are tied?
> LyricSpace.minimum-distance works for words that are not tied.
\override Lyrics.LyricHyphen.minimum-distance = #2
Hope that helps!
Kieren.
Kieren MacMillan, composer
‣ website:
How do I adjust the space between two syllables/words that are tied?
LyricSpace.minimum-distance works for words that are not tied.
Thanks!
David
\version "2.19"
{
c'4 d'4 e'4 f'4
}
\addlyrics {
\override Lyrics.LyricSpace.minimum-distance = #2
Ly -- rics with~some~ly -- ric~ties
}