]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Top): add entry about font family.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 2 Jun 2005 13:47:06 +0000 (13:47 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 2 Jun 2005 13:47:06 +0000 (13:47 +0000)
ChangeLog
Documentation/topdocs/NEWS.tely

index 3261d19731c208d7d866f2d0b830e52db1759061..c54b350d656946c1ed88f41a1d842ace0b9e87db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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.
        * 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.
 
index 24437a54021b0f7237c6e100f48fdc14ab83568d..b5344124f296738f322b430927934b7df2b25532 100644 (file)
@@ -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