lilypond-user
[Top][All Lists]
Advanced

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

Less intra-word space in lyrics


From: Noeck
Subject: Less intra-word space in lyrics
Date: Mon, 31 Dec 2018 14:34:00 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

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


Attachment: lyrics.png
Description: PNG image


reply via email to

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