CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/06/02 13:47:07

Modified files:
        .              : ChangeLog 
        Documentation/topdocs: NEWS.tely 

Log message:
        (Top): add entry about font family.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3710&tr2=1.3711&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.36&tr2=1.37&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3710 lilypond/ChangeLog:1.3711
--- lilypond/ChangeLog:1.3710   Thu Jun  2 11:35:52 2005
+++ lilypond/ChangeLog  Thu Jun  2 13:47:06 2005
@@ -1,5 +1,7 @@
 2005-06-02  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * 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.
 
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.36 
lilypond/Documentation/topdocs/NEWS.tely:1.37
--- lilypond/Documentation/topdocs/NEWS.tely:1.36       Fri May 13 10:31:02 2005
+++ lilypond/Documentation/topdocs/NEWS.tely    Thu Jun  2 13:47:06 2005
@@ -34,6 +34,18 @@
 @itemize @bullet
 
 @item
+Global font styles (roman, sans, typewriter) can be defined for each
[EMAIL PROTECTED] block, with
+
[EMAIL PROTECTED]
+#(define fonts
+  (make-pango-font-tree
+   "Times New Roman" "Helvetica" "Courier"
+   (/ myStaffSize 20)))
[EMAIL PROTECTED] verbatim
+
+
[EMAIL PROTECTED]
 Newly created staves and lyric lines, can be put in any vertical order,
 by setting @code{alignBelowContext} or @code{alignAboveContext}
 properties in the newly created context. An example of the use of this
@@ -206,6 +218,8 @@
 @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 [EMAIL PROTECTED] backends. A font may be selected by using a


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to