From: matsb Date: Mon, 15 Aug 2005 11:49:14 +0000 (+0000) Subject: * scm/framework-ps.scm (output-framework): Yet another X-Git-Tag: release/2.6.4~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=25ef46bed85ae9a6f372e441faa932fe51327350;p=lilypond.git * scm/framework-ps.scm (output-framework): Yet another backport-bugfix: remove the call to paper-book-write-midis, which would otherwise require a more substantial backport. --- diff --git a/ChangeLog b/ChangeLog index be61aa8262..00f868470e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-15 Mats Bengtsson + + * scm/framework-ps.scm (output-framework): Yet another + backport-bugfix: remove the call to paper-book-write-midis, + which would otherwise require a more substantial backport. + 2005-08-10 Jan Nieuwenhuizen * scm/framework-ps.scm (output-framework): Backport-bugfix: use diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm index 6bfa6de5ef..63d9b03b92 100644 --- a/scm/framework-ps.scm +++ b/scm/framework-ps.scm @@ -415,8 +415,6 @@ (page-count (length pages)) (port (ly:outputter-port outputter))) - (paper-book-write-midis book basename) - (output-scopes scopes fields basename) (display (page-header paper page-count #t) port) (write-preamble paper #t port)