From 48ec33b6fe2c4bd5c94253a5817f11738d8fb8cc Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 6 Apr 2006 14:55:42 +0000 Subject: [PATCH] * scripts/lilypond-book.py (Lilypond_snippet.output_print_filename): backport href fix * scm/backend-library.scm (search-gs): backport gs searching fix. --- ChangeLog | 7 +++++++ scm/backend-library.scm | 2 +- scripts/lilypond-book.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f76d32ac2..4040821163 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-04-06 Han-Wen Nienhuys + + * scripts/lilypond-book.py + (Lilypond_snippet.output_print_filename): backport href fix + + * scm/backend-library.scm (search-gs): backport gs searching fix. + 2006-04-06 Werner Lemberg * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes diff --git a/scm/backend-library.scm b/scm/backend-library.scm index 71275a9ea9..dd46985008 100644 --- a/scm/backend-library.scm +++ b/scm/backend-library.scm @@ -45,7 +45,7 @@ (helper path names))) (define-public (search-gs) - (search-executable '("gs-nox" "gs-8.15" "gs"))) + (search-executable '("gs"))) (define-public (postscript->pdf papersizename name) (let* ((pdf-name (string-append (basename name ".ps") ".pdf")) diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 4fbadf9813..05ba307543 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -605,7 +605,7 @@ output = { PRINTFILENAME: ''' @html - + @end html @file{%(filename)s} @html -- 2.39.5