]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Other text markup
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 24 Aug 2005 12:48:23 +0000 (12:48 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 24 Aug 2005 12:48:23 +0000 (12:48 +0000)
issues): remove remark about normal-font.  We have \normal-text

Documentation/user/advanced-notation.itely
input/regression/font-family-override.ly

index 3027d2c56339c6506fe62fe5bec22e53b51f1323..98ca3ae1ed3e6dcbe511004ccf311e20a1546a04 100644 (file)
@@ -475,8 +475,8 @@ example,
   
   #(define fonts
     (make-pango-font-tree "Times New Roman"
-                          "Helvetica"
-                          "Courier"
+                          "Nimbus Sans"
+                          "Luxi Mono"
                            (/ myStaffSize 20)))
 }
 
@@ -485,6 +485,10 @@ example,
 }
 @end lilypond
 
+@c we don't do Helvetica / Courier, since GS incorrectly loads
+@c Apple TTF fonts  
+
+
 
 @seealso
 
index 11c82f601ce810c0b4b0db87af323e9e58861ca6..47b0149b95ea56c8b0c89eae7bfc84bacd4d66ff 100644 (file)
   myStaffSize = #20
   
   #(define fonts
-    (make-pango-font-tree "Times New Roman" "Helvetica" "Courier" (/ myStaffSize 20)))
+    (make-pango-font-tree "Times New Roman"
+                          "Nimbus Sans"
+                          "Luxi Mono"
+
+;;     "Helvetica"
+;;     "Courier"
+
+     (/ myStaffSize 20)))
 }
 
 \relative {