lilypond-user
[Top][All Lists]
Advanced

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

Re: Less intra-word space in lyrics


From: Noeck
Subject: Re: Less intra-word space in lyrics
Date: Mon, 27 May 2019 11:19:16 +0200

Am 31.12.18 um 14:34 schrieb Noeck:
> Hi,
>
> How can I move syllables closer together?
>
> In the example, the word "przyjaciele" (one word) is written like "przy
> ja cie le" and looks like four words. When I remove the minimum-length
> override, I get hyphens like "przy-ja-cie-le". Both versions don't look
> good to me. I would prefer something like "przyja - ciele" or even
> "przyjaciele" centered under these notes.
>
>
> MWE (the attached image is not from this code but from the real song):
>
> \version "2.18.2"
>
> \paper {
>   line-width = 55\mm
>   ragged-right = ##f
> }
>
> \score {
>   <<
>     \new Staff \new Voice = "v" { \autoBeamOff e'8 e' d' c'}
>     \new Lyrics \lyricsto v { przy -- ja -- cie -- le }
>   >>
>
>   \layout {
>     \override Lyrics.LyricHyphen.minimum-length = 1.0
>   }
> }


I guess this is the answer to it (and the whole thread):
http://lists.gnu.org/archive/html/lilypond-user/2019-05/msg00343.html



reply via email to

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