From 6b704c9a7438315625d4a3290b51810090be0fce Mon Sep 17 00:00:00 2001 From: hanwen Date: Thu, 2 Jun 2005 13:47:06 +0000 Subject: [PATCH] (Top): add entry about font family. --- ChangeLog | 5 ++++- Documentation/topdocs/NEWS.tely | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3261d19731..c54b350d65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-06-02 Han-Wen Nienhuys + * Documentation/topdocs/NEWS.tely (Top): add entry about font family. + * lily/dynamic-engraver.cc (acknowledge_grob): only center on parent if we have a notehead. Fixes incorrect offsets when Paper_column is very wide in the X direction. @@ -1379,7 +1381,8 @@ * lily/stem.cc (width_callback): determine correct extent if flag is not there. This fixes slur-no-flag.ly - * lily/grace-engraver.cc (consider_change_grace_settings): new function. + * lily/grace-engraver.cc (consider_change_grace_settings): new + function. (initialize): also consider_change_grace_settings() on initialization. Fixes large grace notes at start of score. diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 24437a5402..b5344124f2 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -33,6 +33,18 @@ See user manual, \NAME\ @itemize @bullet +@item +Global font styles (roman, sans, typewriter) can be defined for each +@code{\paper} block, with + +@verbatim +#(define fonts + (make-pango-font-tree + "Times New Roman" "Helvetica" "Courier" + (/ myStaffSize 20))) +@end verbatim + + @item Newly created staves and lyric lines, can be put in any vertical order, by setting @code{alignBelowContext} or @code{alignAboveContext} @@ -206,6 +218,8 @@ example, see @inputfileref{input/regression,system-separator.ly}: @item Locations of errors in the input are now calculated more precisely. + + @item LilyPond now uses Pango and FontConfig for selecting and rendering UTF-8 input in non-@TeX{} backends. A font may be selected by using a -- 2.39.5