From ce73697ad7ccea26587d2f789e92b81dce2211d8 Mon Sep 17 00:00:00 2001 From: janneke Date: Wed, 22 Sep 2004 21:50:40 +0000 Subject: [PATCH] (output-preview-framework): Fix invocation of header. --- ChangeLog | 5 +++++ scm/framework-tex.scm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 2.39.5