lilypond-user
[Top][All Lists]
Advanced

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

A3 book


From: Federico Bruni
Subject: A3 book
Date: Fri, 07 Aug 2009 16:50:53 +0200
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

Hi all,

I'm using lilypond-book and LaTeX to gather some .ly files together in a book.
It worked well with A4 settings..

Now I need to change to A3 (because the printer shop says it can print easily in A3 if the source file is A3). So the document must be twoside, which is the default setting in the book class. Unfortunately, the output is still oneside. Even if I specify twoside in the documentclass preferences, nothing changes.

What am I doing wrong?


This is my book.lytek:

\documentclass[a3paper]{book}
\usepackage {graphicx}
\usepackage {fullpage}


\begin {document}
\setlength{\oddsidemargin}{-1.3cm}
\setlength{\topmargin}{5pt}
\setlength{\footskip}{4pt}
\setlength{\voffset}{1.5pt}


\chapter*{Blues per un Albero}
\lilypondfile[noindent,line-width=18\cm,staffsize=22.45]{ly/BluesPerUnAlbero.ly}

% and the other files

\end{document}




reply via email to

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