lilypond-user
[Top][All Lists]
Advanced

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

Re: Change the font size of lyric hyphens


From: Thomas Morley
Subject: Re: Change the font size of lyric hyphens
Date: Thu, 29 Dec 2016 14:45:10 +0100

2016-12-28 23:15 GMT+01:00 Bruce Pike <address@hidden>:
> 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



reply via email to

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