On Wed, Oct 9, 2013 at 2:53 PM, Kieren MacMillan
wrote:
> You can force adjacent lyrics to be a minimum distance apart — that should do
> it:
> \override LyricHyphen #'minimum-distance = #1
Thank you. Since I don't need that everywhere, I turned that idea into
the code below.
--Joel
\vers
Hi Joel,
> It would be OK with me if this was displayed "two-part" or "two -
> part", but I want to avoid having this hyphen disappear: "twopart" is
> *not* good.
You can force adjacent lyrics to be a minimum distance apart — that should do
it:
\version "2.16.2"
\layout {
\context {
\Lyr
Is there a way to indicate that a hyphen is desired here, or that it
is preferred that it be shrunk to nothing? Consider this example:
\version "2.16.2"
\score {
<<
\relative c'' { c2 c }
\addlyrics { two -- part }
>>
}
It would be OK with me if this was displayed "two-part" or "two