]> git.donarmstrong.com Git - lilypond.git/commitdiff
Provide better default for font series of `LyricText' grobs.
authorAlexander Kobel <news@a-kobel.de>
Mon, 25 Oct 2010 05:26:52 +0000 (07:26 +0200)
committerWerner Lemberg <wl@gnu.org>
Mon, 25 Oct 2010 05:26:52 +0000 (07:26 +0200)
The old value is from 2004 where TeX has been still used as an output
device.

scm/define-grobs.scm

index 3d2af32d47b501d64731c7ed6d960b13646732d6..b2009834c4116d2228d996a9f4c41f43f7e96f33 100644 (file)
     (LyricText
      . (
        (extra-spacing-width . (0.0 . 0.0))
-       (font-series . bold-narrow)
+       (font-series . medium)
        (font-size . 1.0)
        (self-alignment-X . ,CENTER)
        (stencil . ,lyric-text::print)