bug-lilypond
[Top][All Lists]
Advanced

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

Re: Tagline on first page instead of second


From: Mats Bengtsson
Subject: Re: Tagline on first page instead of second
Date: Mon, 02 Feb 2004 11:23:28 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

The page breaking mechanism in TeX is very intricate, so even though we
have tried to put the instruction to use the tagline as a footer at the
very end of the document, it's sometimes interpreted before TeX finally
decides to use an extra page for the last line. I have included the
following  fix in the CVS. I hope it works also in your examples.

--- scripts/lilypond.py~ 2004-01-29 12:17:06.000000000 +0100
+++ scripts/lilypond.py 2004-02-02 11:12:10.000000000 +0100
@@ -482,7 +482,7 @@
                first = 0


-       s = s + '\\thispagestyle{lastpage}\n'
+       s = s + '\n\\thispagestyle{lastpage}\n'
        s = s + '\\end{document}'

        return s


  /Mats

Bertalan Fodor wrote:
It seems to me that when there is only one staff on the second page, the
tagline is printed on the first.

Bert



_______________________________________________
Bug-lilypond mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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