]> git.donarmstrong.com Git - lilypond.git/commitdiff
(make-ps-images): Use ~S instead of single
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 16 Jun 2005 19:11:55 +0000 (19:11 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 16 Jun 2005 19:11:55 +0000 (19:11 +0000)
quoted ~s.  This should fix PNG output on Windows; single quotes
are regular characters on Windows.

ChangeLog
scm/ps-to-png.scm

index 62cb8fba732220c8c0ed85bed8ddcf9c4c81e058..f35db8fa002c08e208d7c37bf6179e78300ceb8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
+       quoted ~s.  This should fix PNG output on Windows; single quotes
+       are regular characters on Windows.
+
 2005-06-16  Graham Percival  <gperlist@shaw.ca>
 
        * Documentation/user/basic-notation.itely: include ChoirStaff
index 5df74ca516297cb77b1e00c5aabbb8b0058f3263..18462c724a184545b8b1d100e6ce7afa42869853 100644 (file)
  -dNOPAUSE\
  -dTextAlphaBits=4\
  -sDEVICE=png16m\
- -sOutputFile='~a'\
+ -sOutputFile=~S\
  -sPAPERSIZE=~a\
  -r~S\
'~a'\
~S\
  -c showpage\
  -c quit"
                           (search-gs)
  -dNOPAUSE\
  -dTextAlphaBits=4\
  -sDEVICE=png16m\
- -sOutputFile='~a'\
+ -sOutputFile=~S\
  -r~S\
'~a'\
~S\
  -c quit"
                           (search-gs)
                           (if verbose? "" "-q")