----- Original Message ----- From: "Paul Morris" <p...@paulwmorris.com>
To: <lilypond-user@gnu.org>
Sent: Sunday, February 23, 2014 5:00 PM
Subject: Using only manual page breaks in a large file with many short scores


Greetings all,
I have a question about preventing automatic page breaks and only using manual page breaks. I'm working on a large file (72 pages) that has 1-3 separate fiddle tunes per page. Each tune is in a separate file that I include in the main file like this:

% page 1
\include "TuneA.ly"
\include "TuneB.ly"
\pageBreak

% page 2
\include "TuneC.ly"
\include "TuneD.ly"
\include "TuneE.ly"
\pageBreak

Each tune file has its own \score block that contains the music (stored in variables) and the header info for each tune.

I only want page breaks where I manually put them in the main file, but LilyPond occasionally puts them in the middle of a tune when the vertical spacing gets tight on a given page.

\override NonMusicalPaperColumn #'page-break-permission = ##f


--
Phil Holmes

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

Reply via email to