lilypond-user
[Top][All Lists]
Advanced

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

Re: How to set LyricHyphen #'minimum-distance globally?


From: David Kastrup
Subject: Re: How to set LyricHyphen #'minimum-distance globally?
Date: Sun, 21 Oct 2012 11:23:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Knut Petersen <address@hidden> writes:

> Hi everybody!
>
> Is there a way to replace the LyricHyphen override with a global definition?
>
> basWordsAA = \lyricmode {
> \override  LyricHyphen #'minimum-distance = #0.8
>  foo -- bar
> }

In 2.16, you can write

\layout { \override Lyrics.LyricHyphen #'minimum-distance = #0.8 }

or you can write

\layout { \context { \Lyrics
                     \override  LyricHyphen #'minimum-distance = #0.8 } }

-- 
David Kastrup




reply via email to

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