>>>>> "Geoff" == Geoff Horton <[EMAIL PROTECTED]> writes:

    Geoff> Can you try it again in landscape mode, please? Your example and mine
    Geoff> both work in portrait and both fail in landscape.

Are you really trying to put two pages on one sheet?  If so, I find
LaTeX understands it better if I just tell geometry what size the
"page" is, and then use pdfnup to put two pages on one sheet.

Here's what I have in my Makefile:

%-2up.pdf:      *.tex Makefile
        pdflatex $*.tex
        pdfnup --nup 2x1 --paper letterpaper --offset "-.3175in 0in" $*.pdf     

And in the .tex file, I have:

\documentclass[10pt,oneside]{memoir} 
\usepackage[ paperheight=8.5 in,paperwidth=5.5in,textheight=7.5in,
width=210pt]{geometry}
%\pagestyle{empty}
\begin{document}
...

This isn't a lilypond file, so I haven't done the lilypond-book part,
but I think it would work.  You may have to fiddle with the offset
settings for your particular printer.

-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to