From 57fd386b7193a38ae5658cf1794d5376551ff4c3 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 27 Mar 2005 19:18:10 +0000 Subject: [PATCH] * buildscripts/mutopia-index.py (headertext): add h1 header and utf-8 charset meta field. * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips options. --- ChangeLog | 3 +++ buildscripts/mutopia-index.py | 13 +++++++++---- scm/framework-tex.scm | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f8c2bd48c1..e2431d36a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-03-27 Han-Wen Nienhuys + * buildscripts/mutopia-index.py (headertext): add h1 header and + utf-8 charset meta field. + * input/GNUmakefile: prune example list. * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips diff --git a/buildscripts/mutopia-index.py b/buildscripts/mutopia-index.py index f64898fbb5..347b836a88 100644 --- a/buildscripts/mutopia-index.py +++ b/buildscripts/mutopia-index.py @@ -53,6 +53,9 @@ def file_exist_b (fn): headertext= r""" +

LilyPond samples

+ +

You're looking at a page with some LilyPond samples. These files are also included in the distribution. The output is completely generated from the .ly source file, without any further touch @@ -123,10 +126,12 @@ def gen_list(inputs, filename): list = open(filename, 'w') else: list = sys.stdout - list.write ('Rendered Examples\n') - list.write ('\n') + list.write ('''Rendered Examples + + +''') list.write ('\n') diff --git a/scm/framework-tex.scm b/scm/framework-tex.scm index af6ea94548..a4e8656c78 100644 --- a/scm/framework-tex.scm +++ b/scm/framework-tex.scm @@ -340,7 +340,7 @@ (format (current-error-port) (_ "Converting to `~a'...") (string-append base ".dvi")) (newline (current-error-port)))) - (ly:system cmd))) + (ly:system cmd)) (define-public (convert-to-dvi book name) (let* ((curr-extra-mem -- 2.39.2