]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/backend-library.scm
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / scm / backend-library.scm
index 71275a9ea938de74fe33931a30d6a97e2826c3b9..731dcf083e79a140d77c0645b9950a6a2d7fd597 100644 (file)
@@ -45,7 +45,9 @@
     (helper path names)))
 
 (define-public (search-gs)
-  (search-executable '("gs-nox" "gs-8.15" "gs")))
+  
+  ;; must be sure that we don't catch stuff from old GUBs.
+  (search-executable '("gs")))
 
 (define-public (postscript->pdf papersizename name)
   (let* ((pdf-name (string-append (basename name ".ps") ".pdf"))