lilypond-user
[Top][All Lists]
Advanced

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

Re: Control distance between lyrics' syllables


From: Jean Abou Samra
Subject: Re: Control distance between lyrics' syllables
Date: Tue, 1 Nov 2022 18:44:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1

Le 01/11/2022 à 17:41, CieMaKat a écrit :
Hello,

I'm looking for a setting that controls:
- the minimum distance between words of a lyrics line (the minimum whitespace width) - the minimum distance between hyphenated words (the minimum width of a hyphen)

I tried:

    \new Staff { \melody }
    \addlyrics { \override *LyricHyphen.minimum-length* = #10.0 \verse }

for the hyphen distance and, similarly, *LyricSpace.minimum-length* for word spacing, but neither of them seem to work.

Am I misusing those options or there are other settings that control those distances?
Any help would be appreciated.

Thank you in advance!



For some strange reason (I'm going to open a bug ticket for this), it
seems that these two grobs don't call it minimum-length but
minimum-distance.

\version "2.22.2"

{ c'1 1 1 }
\addlyrics {
  \override LyricHyphen.minimum-distance = 10
  \override LyricSpace.minimum-distance = 20
  aaah -- aaah aaah
}


Best,
Jean




reply via email to

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