Adjusting vertical positioning of lyric hyphens: Difference between revisions
Revert usage of `property-defaults`; this is only available starting with version 2.25.5. |
Rudi Guggt (talk | contribs) thickness |
||
| Line 2: | Line 2: | ||
You can adjust the vertical positioning of the hyphens manually. To get a good result you may want to insert a “real” hyphen for comparison (like between l-e in the snippet). | You can adjust the vertical positioning of the hyphens manually. To get a good result you may want to insert a “real” hyphen for comparison (like between l-e in the snippet). | ||
Also, you may want to adjust the thickness of the Hyphens: LyricHyphen.thickness | |||
<lilypond version="2.24"> | <lilypond version="2.24"> | ||
| Line 26: | Line 28: | ||
\Lyrics | \Lyrics | ||
\override LyricHyphen.Y-offset = #0.16 | \override LyricHyphen.Y-offset = #0.16 | ||
\override LyricHyphen.thickness = #2.1 | |||
} | } | ||
} | } | ||