lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: next patch for lilypond-book


From: Werner LEMBERG
Subject: Re: next patch for lilypond-book
Date: Sat, 28 Sep 2002 07:16:18 +0200 (CEST)

> Alas, these fragment/quotation changes are no good.  In the HTML
> output, the indentation/quotation of the examples is removed, and
> each PNG example is rendered as a whole page with page number '1' at
> the bottom.

Fixed with the change below.


    Werner

======================================================================

2002-09-28  Werner Lemberg  <address@hidden>

        * scm/tex.scm (header-end): Suppress page numbering.

        * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
        Fix quotation for HTML output.

======================================================================

--- ./scm/tex.scm.old   Fri Sep 27 13:07:37 2002
+++ ./scm/tex.scm       Fri Sep 27 23:46:00 2002
@@ -200,6 +200,7 @@
    "    \\endgroup\n"
    "    \\def\\LilyPondDocument{}\n"
    "    \\documentclass{article}\n"
+   "    \\pagestyle{empty}\n"
    ; argh, we can't say \begin{document} because \begin is defined as
    ; \outer in texinfo
    "    \\begingroup\n"
--- ./scripts/lilypond-book.py.old      Fri Sep 27 13:07:37 2002
+++ ./scripts/lilypond-book.py  Fri Sep 27 23:42:48 2002
@@ -459,8 +459,7 @@
 address@hidden
 @end tex
 @html
-<p>
-<a href="%(fn)s.png">
+<p><a href="%(fn)s.png">
 <img border=0 src="%(fn)s.png" alt="[picture of music]">
 </a><p>
 @end html
@@ -473,13 +472,12 @@
 \input %(fn)s.tex
 address@hidden
 @end tex
address@hidden quotation
 @html
-<p>
 <a href="%(fn)s.png">
 <img border=0 src="%(fn)s.png" alt="[picture of music]">
-</a><p>
+</a>
 @end html
address@hidden quotation
 ''',
                }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]