[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Margins with lilypond-book 1.6.5
From: |
Werner LEMBERG |
Subject: |
Re: Margins with lilypond-book 1.6.5 |
Date: |
Fri, 04 Oct 2002 20:54:43 +0200 (CEST) |
> It will be... but now I have to check all my files and to add
> \paper{linewidth=11.5\cm} to all
>
> \begin{lilypond}
> ...
> \end{lilypond}
No. The right solution is to say
\begin[noquote]{lilypond}
...
\end{lilypond}
or to say
\parindent 0pt
> to have no more Overfull \hbox. I think it is not an improvement to
> add to the stable series.
I disagree. The size of the lilypond box hasn't changed. Only the
indentation of the surrounding text is respected. Additionally, you
can now say
\begin{center}
\begin[noindent,noquote]{lilypond}
...
\end{lilypond}
and similar things which were impossible previously.
Werner