CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/06/15 00:43:19

Modified files:
        scm            : framework-ps.scm 

Log message:
        (write-preamble): use ly:system.
        (write-preamble): verbosity.

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

Patches:
Index: lilypond/scm/framework-ps.scm
diff -u lilypond/scm/framework-ps.scm:1.119 lilypond/scm/framework-ps.scm:1.120
--- lilypond/scm/framework-ps.scm:1.119 Wed Jun 15 00:39:48 2005
+++ lilypond/scm/framework-ps.scm       Wed Jun 15 00:43:19 2005
@@ -288,7 +288,8 @@
 
       (for-each
        (lambda (f)
-        (if (string-match (string-append name "\\.") f)
+        (if (and (not embed)
+                 (string-match (string-append name "\\.") f))
             (set! embed
                   (font-file-as-ps-string name (path-join dir-name f))))
             


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

Reply via email to