lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-book in two-column mode?


From: Laura Conrad
Subject: Re: lilypond-book in two-column mode?
Date: Fri, 15 Dec 2006 07:31:26 -0500
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

>>>>> "Geoff" == Geoff Horton <address@hidden> 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:address@hidden , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139




reply via email to

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