CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/08/24 12:48:23

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

Log message:
        (Other text markup
        issues): remove remark about normal-font.  We have \normal-text

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/advanced-notation.itely.diff?tr1=1.54&tr2=1.55&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/font-family-override.ly.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: lilypond/Documentation/user/advanced-notation.itely
diff -u lilypond/Documentation/user/advanced-notation.itely:1.54 
lilypond/Documentation/user/advanced-notation.itely:1.55
--- lilypond/Documentation/user/advanced-notation.itely:1.54    Wed Aug 24 
10:37:47 2005
+++ lilypond/Documentation/user/advanced-notation.itely Wed Aug 24 12:48:22 2005
@@ -475,8 +475,8 @@
   
   #(define fonts
     (make-pango-font-tree "Times New Roman"
-                          "Helvetica"
-                          "Courier"
+                          "Nimbus Sans"
+                          "Luxi Mono"
                            (/ myStaffSize 20)))
 }
 
@@ -484,6 +484,10 @@
   c'^\markup { roman: foo \sans bla \typewriter bar }
 }
 @end lilypond
+
[EMAIL PROTECTED] we don't do Helvetica / Courier, since GS incorrectly loads
[EMAIL PROTECTED] Apple TTF fonts  
+
 
 
 @seealso
Index: lilypond/input/regression/font-family-override.ly
diff -u lilypond/input/regression/font-family-override.ly:1.2 
lilypond/input/regression/font-family-override.ly:1.3
--- lilypond/input/regression/font-family-override.ly:1.2       Sun Jun 26 
22:39:13 2005
+++ lilypond/input/regression/font-family-override.ly   Wed Aug 24 12:48:23 2005
@@ -12,7 +12,14 @@
   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 {


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

Reply via email to