Hi,
I'm trying to typeset a piece, that should fit on a single
page.  Lilypond keeps trying to put it on two pages.


Perhaps you can try to forbid lilypond to do so with :

\layout {
\context {
\Score \override NonMusicalPaperColumn #'page-break-permission = ##f
}
}


Gilles


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

Reply via email to