]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/backend-library.scm (postscript->png): newline after
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 18 Apr 2005 13:29:15 +0000 (13:29 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 18 Apr 2005 13:29:15 +0000 (13:29 +0000)
finishing command.

* lily/paper-score-scheme.cc (LY_DEFINE): new file.
(LY_DEFINE): ly:paper-score-paper-systems: new function

* lily/score-scheme.cc (LY_DEFINE): require music argument.

* lily/score.cc (default_rendering): use Music_output too.

* lily/paper-score.cc (process): run get_paper_systems() only once.

ChangeLog
scm/backend-library.scm

index d9816a68ca0f4e2661e020bfb3e4d56ec92cbfac..244e69943c7a0a167c28d1b5bed03305f2e25964 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * scm/backend-library.scm (postscript->png): newline after
+       finishing command.
+
        * lily/paper-score-scheme.cc (LY_DEFINE): new file.
        (LY_DEFINE): ly:paper-score-paper-systems: new function 
 
index 4f878f25202b55f5a68e2873a72d3d94957ec164..97caa8ef98878a540eaf0f1fe1b847547f73e77d 100644 (file)
@@ -63,8 +63,8 @@
     ;;(ly:message (_ "Converting to `~a'...")
     ;;     (string-append (basename name ".ps") "-page1.png" )))
     (ly:message (_ "Converting to ~a...") "PNG")
-    (ly:progress "\n")
-    (ly:system cmd)))
+    (ly:system cmd)
+    (ly:progress "\n")))
 
 (define-public (postprocess-output paper-book module filename formats)
   (for-each