From: janneke Date: Wed, 22 Sep 2004 21:50:40 +0000 (+0000) Subject: (output-preview-framework): Fix invocation X-Git-Tag: release/2.3.24^2~150 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ce73697ad7ccea26587d2f789e92b81dce2211d8;p=lilypond.git (output-preview-framework): Fix invocation of header. --- diff --git a/ChangeLog b/ChangeLog index 1f5c961736..c1678919c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-22 Jan Nieuwenhuizen + + * scm/framework-tex.scm (output-preview-framework): Fix invocation + of header. + 2004-09-22 Han-Wen Nienhuys * lily/piano-pedal-bracket.cc (print): robustify. diff --git a/scm/framework-tex.scm b/scm/framework-tex.scm index 177b7942b5..5d34460076 100644 --- a/scm/framework-tex.scm +++ b/scm/framework-tex.scm @@ -222,7 +222,7 @@ (ly:outputter-dump-string outputter x)) (list ;;FIXME - (header "creator" "timestamp" bookpaper (length lines) #f) + (header bookpaper (length lines) #f) "\\def\\lilypondclassic{1}%\n" (output-scopes scopes fields basename) (define-fonts bookpaper)