lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyric hyphens, preferred and otherwise


From: Kieren MacMillan
Subject: Re: Lyric hyphens, preferred and otherwise
Date: Wed, 9 Oct 2013 14:53:42 -0400

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 {
    \Lyrics
    \override LyricHyphen #'minimum-distance = #1
  }
}

\score {
 <<
   \relative c'' { c2 c }
   \addlyrics { two -- part }
  >>
}

Hope this helps!
Kieren.


reply via email to

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