CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/05/08 14:26:58

Modified files:
        scm            : framework-ps.scm 

Log message:
        (write-preamble): embed CFFs if file name
        matches .otf
        (write-preamble): warn about unknown fonts.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/framework-ps.scm.diff?tr1=1.99&tr2=1.100&r1=text&r2=text

Patches:
Index: lilypond/scm/framework-ps.scm
diff -u lilypond/scm/framework-ps.scm:1.99 lilypond/scm/framework-ps.scm:1.100
--- lilypond/scm/framework-ps.scm:1.99  Sun May  8 14:15:31 2005
+++ lilypond/scm/framework-ps.scm       Sun May  8 14:26:58 2005
@@ -262,8 +262,8 @@
                       name
                       0))
        (else
-        (ly:warning (_ "Don't know how to embed ~S=~S" name file-name))
-        (cons font-name "")))
+        (ly:warning (_ "don't know how to embed ~S=~S") name file-name)
+         ""))
        )))
 
   


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to