Knut Petersen <[email protected]> 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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user