]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/changing-defaults.itely (Font selection):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 13 Apr 2005 15:03:18 +0000 (15:03 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 13 Apr 2005 15:03:18 +0000 (15:03 +0000)
document font-name.

* input/regression/font-name.ly: show Pango fonts for
font-name. Update example.

ChangeLog
Documentation/user/changing-defaults.itely
Documentation/user/global.itely
input/regression/font-name.ly

index 3ff9743a48304acc65ba71d601ff6e4c9544043a..dad0b8b4c8f646b421cee3cad12e04e56801cc6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * Documentation/user/changing-defaults.itely (Font selection):
+       document font-name.
+
        * input/regression/font-name.ly: show Pango fonts for
        font-name. Update example. 
 
index 0061a912afb698cb0c376f4092b2ebc66e677042..de1a50b8403b98d9368b2a93b2bf17a41bd90228 100644 (file)
@@ -1433,8 +1433,8 @@ then set the
   \override Staff.TimeSignature #'font-size = #2
   \time 3/4
   c'1_\markup {
-    \override #'(font-name . "Utopia Bold")
-      { This text is in Utopia Bold }
+    \override #'(font-name . "Vera Bold")
+      { This text is in Vera Bold }
   }
 }
 @end lilypond
@@ -1444,7 +1444,7 @@ Any font can be used, as long as it is available to Pango/FontConfig.
 
 The size of the font may be set with the @code{font-size}
 property. The resulting size is taken relative to the
-@code{text-font-size} as defined in the @code{\layout} block.
+@code{text-font-size} as defined in the @code{\paper} block.
 
 
 @cindex font size
index 4aadd5287e30a178f79bae51b11b9832fa3bc77b..aa2c15997a8b1dfc2fec24aca1b289de27674a07 100644 (file)
@@ -148,7 +148,7 @@ This manual: @ref{Selecting font sizes}.
 @cindex page size
 @cindex @code{papersize}
 
-To change the paper size, there are two equal commands,
+To change the paper size, there are two commands,
 @example
 #(set-default-paper-size "a4")
 \paper @{
index 0a68bb6d7889c6b43592a73c11b2090ae340d956..80deff734d9067ec8aa0b4a2b727bd959db3c95a 100644 (file)
@@ -16,16 +16,13 @@ without size specification."
   \override Staff.TimeSignature  #'font-name = #"Times"
   \time 3/4
   \set Score.skipBars = ##t
-
-                               % use font-name putri8r for Utopia Italic :
-  
   \override Staff.MultiMeasureRestText #'font-name = #"LuxiMono"
   R1*21^"Rest in LuxiMono"
 
   c'1_\markup {
-    \override #'(font-name . "Utopia Bold")
+    \override #'(font-name . "Vera Bold")
       \override #'(font-size . 4)
-        { This text is in large Utopia Bold }
+        { This text is in large Vera Bold }
   }
 }