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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
