Knut Petersen <knut_peter...@t-online.de> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to