]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/framework-ps.scm (write-preamble): remove status check.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 15 Jun 2005 10:35:56 +0000 (10:35 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 15 Jun 2005 10:35:56 +0000 (10:35 +0000)
* scm/framework-ps.scm (write-preamble): use ly:system.
(write-preamble): verbosity.

ChangeLog
scm/framework-ps.scm

index 9f30abe6b926b4434d12937c8c58942f025f9509..cebdb63d25021165271644132e86f8f49490d9fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * scm/framework-ps.scm (write-preamble): remove status check.
+
        * Documentation/user/invoking.itely (Updating files with
        convert-ly): remove -o option.
 
index c0318379ef45f12b1b02c2fbb32eb053c9d89224..baa1d1a29886482049e528bb3d01132b59cf107a 100644 (file)
 
       (set! status (ly:system
                    (format "cd ~a && fondu -force '~a'" dir-name filename)))
-
-      (if (!= status 0)
-         (ly:error "Fondu failed."))
       
       (set! files (dir-listing dir-name))