]> 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 df1314679c7184f41ae01d7b90c1939c0833d2cf..731dcf083e79a140d77c0645b9950a6a2d7fd597 100644 (file)
@@ -47,7 +47,7 @@
 (define-public (search-gs)
   
   ;; must be sure that we don't catch stuff from old GUBs.
-  (search-executable '("gs"))
+  (search-executable '("gs")))
 
 (define-public (postscript->pdf papersizename name)
   (let* ((pdf-name (string-append (basename name ".ps") ".pdf"))