Re: Less intra-word space in lyrics

2019-05-27 Thread Noeck


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

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Less intra-word space in lyrics

2018-12-31 Thread 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
  }
}

Cheers,
Joram


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user