]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
release: 1.2.6
[lilypond.git] / scm / lily.scm
index 51c41b490c507572c674735bf70ee76aaa54a2e3..f1431284bce8d48ddcfe92bf91701169f89bf231 100644 (file)
   (define (header-end)
     (string-append
      "\\special{! "
-     ;(regexp-substitute/global #f "\n" (ly-gulp-file "lily.ps") 'pre " %\n" 'post)
      (ly-gulp-file "lily.ps")
+     ;; breaks on ppc
+;;     (regexp-substitute/global #f "\n" (ly-gulp-file "lily.ps") 'pre " %\n" 'post)
      "}"
      "\\input lilyponddefs \\turnOnPostScript"))