CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: lilypond_2_6 Changes by: Mats Bengtsson <[EMAIL PROTECTED]> 05/08/15 11:49:14
Modified files: . : ChangeLog scm : framework-ps.scm Log message: * 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. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?only_with_tag=lilypond_2_6&tr1=1.3836.2.24&tr2=1.3836.2.25&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/framework-ps.scm.diff?only_with_tag=lilypond_2_6&tr1=1.125.2.3&tr2=1.125.2.4&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3836.2.24 lilypond/ChangeLog:1.3836.2.25 --- lilypond/ChangeLog:1.3836.2.24 Thu Aug 11 13:02:02 2005 +++ lilypond/ChangeLog Mon Aug 15 11:49:14 2005 @@ -1,3 +1,9 @@ +2005-08-15 Mats Bengtsson <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * scm/framework-ps.scm (output-framework): Backport-bugfix: use Index: lilypond/scm/framework-ps.scm diff -u lilypond/scm/framework-ps.scm:1.125.2.3 lilypond/scm/framework-ps.scm:1.125.2.4 --- lilypond/scm/framework-ps.scm:1.125.2.3 Thu Aug 11 13:02:02 2005 +++ lilypond/scm/framework-ps.scm Mon Aug 15 11:49:14 2005 @@ -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) _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs