]> git.donarmstrong.com Git - lilypond.git/commitdiff
(write-preamble): use ly:system. release/2.5.31
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 15 Jun 2005 00:43:19 +0000 (00:43 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 15 Jun 2005 00:43:19 +0000 (00:43 +0000)
(write-preamble): verbosity.

scm/framework-ps.scm

index 6ba4744975a159728a79b095ec09420090783e1a..c0318379ef45f12b1b02c2fbb32eb053c9d89224 100644 (file)
 
       (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))))