CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         lilypond_2_4
Changes by:     Mats Bengtsson <[EMAIL PROTECTED]>      05/04/27 14:48:24

Modified files:
        .              : ChangeLog 
        scm            : lily.scm 

Log message:
        * scm/lily.scm (postscript->png): Add space between arguments to
        ps2png

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?only_with_tag=lilypond_2_4&tr1=1.2780.2.45&tr2=1.2780.2.46&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/lily.scm.diff?only_with_tag=lilypond_2_4&tr1=1.287.2.2&tr2=1.287.2.3&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.2780.2.45 lilypond/ChangeLog:1.2780.2.46
--- lilypond/ChangeLog:1.2780.2.45      Mon Apr 25 19:38:39 2005
+++ lilypond/ChangeLog  Wed Apr 27 14:48:24 2005
@@ -1,3 +1,8 @@
+2005-04-27  Mats Bengtsson  <[EMAIL PROTECTED]>
+
+       * scm/lily.scm (postscript->png): Add space between arguments to
+       ps2png
+
 2005-04-25  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
 
        * cygwin: Updates.
Index: lilypond/scm/lily.scm
diff -u lilypond/scm/lily.scm:1.287.2.2 lilypond/scm/lily.scm:1.287.2.3
--- lilypond/scm/lily.scm:1.287.2.2     Mon Nov  8 19:57:56 2004
+++ lilypond/scm/lily.scm       Wed Apr 27 14:48:24 2005
@@ -327,7 +327,7 @@
               (number->string resolution)
               "90 ")
           (if (ly:get-option 'verbose)
-              "--verbose "
+              " --verbose "
               " ")
           name)))
     (ly:system cmd)))


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

Reply via email to