No more lines broken, but, for example, the entire last subsection is sent
to the next page. It is also unuseful to insert \nopagebreak[4]:
...
\end{lilypond}
\nopagebreak[4]
\subsection{...}
Marco
> On Thu, 30 Jan 2003, Mats Bengtsson wrote:
> One way to do this is to set interscoreline=0 (or
One way to do this is to set interscoreline=0 (or whatever)
and additionally to set interscorelinefill=1, which means that
you get a stretchable spacing between the score lines which
should place them evenly on the page. You may get some surprising
side-effects though.
/Mats
Marco Caliari wro
Hi.
I'm writing a music exercises booklet with latex and lilypond-book. Each
page has the following aspect:
\section{...}
\subsection{...}
\begin[20pt,noquote]{lilypond}
...
\end{lilypond}
\subsection{...}
\begin[20pt,noquote]{lilypond}
...
\end{lilypond}
[other 2 or 3 subsections]
\pagebreak
I