lilypond-devel
[Top][All Lists]
Advanced

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

Re: Avoiding orphan headers


From: Heikki Johannes Junes
Subject: Re: Avoiding orphan headers
Date: Wed, 22 May 2002 02:19:58 +0300 (EET DST)

There is at least one way with which one can avoid orphan headers!!

SOLUTION: The following worked (only idea represented):

\score {
  ...
  \paper {
    interscorelinefill = 0  % Add still some score lines to the page.
  }
}
\score{
  ...
  \paper {                  % HERE WE AVOID AN ORPHAN HEADER:
    interscorelinefill = 1  % End the page after the last score line.
  }
}
\score{
  ...
  \paper {                  % RESTORE SETTINGS:
    interscorelinefill = 0  % Add score lines to the current page.
  }
}
\score {
  ...    % Set again interscorelinefill = 1, if there are orphan headers.
}

Good news is that orphan headers _can_ be avoided. In future, however,
they _should_ be avoided by default.

--
      Heikki Junes




reply via email to

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