]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 30 Dec 2004 00:05:52 +0000 (00:05 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 30 Dec 2004 00:05:52 +0000 (00:05 +0000)
Documentation/topdocs/NEWS.texi

index 6c4dba29b613b7f4f003526fd831486cb4b3171c..e0b80c953e875ed2f6c00b38e2d40582cc798cd9 100644 (file)
@@ -17,8 +17,17 @@ than @TeX{}. A font may be selected by using a FontConfig name,
 \override TextScript #'font-name = #"Serif"
 @end example
 
-Input strings encoded in UTF-8 are then rendered properly through
-Pango.
+
+@noindent
+or by setting individual properties,
+
+@example
+\override TextScript #'font-family = #'Times
+\override TextScript #'font-series = #'bold
+@end example
+
+@noindent
+Input strings encoded in UTF-8 are then rendered through Pango.
 
 @item
 Metrics of blocks of text can be retrieved from (La)@TeX{} directly,