2016-12-28 23:15 GMT+01:00 Bruce Pike <[email protected]>: > Is there a way to change the size of hyphens in lyric text? > > Tried > \override Lyrics.LyricHyphen.font-size = #6 > \override Lyrics.LyricText.font-size = #6 > Changes the font size of the lyric text, but not the hyphens. > > BruceP
See http://lilypond.org/doc/v2.19/Documentation/internals/lyrichyphen http://lilypond.org/doc/v2.19/Documentation/internals/lyric_002dhyphen_002dinterface for the tweakable properties of LyricHyphen. Probably resulting in: \new Lyrics \lyricmode { de -- fault \override Lyrics.LyricHyphen.thickness = #6 foo -- bar } \new Lyrics \lyricmode { de -- fault \override Lyrics.LyricHyphen.length = #3 foo -- bar } \new Lyrics \lyricmode { de -- fault \override Lyrics.LyricHyphen.thickness = #6 \override Lyrics.LyricHyphen.length = #3 foo -- bar } Cheers, Harm _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
