Previous: Advanced tweaks with Scheme, Up: Further tweaking


4.6.5 Avoiding tweaks with slower processing

LilyPond can perform extra checks while it processes files. These commands will take extra time, but the result may require fewer manual tweaks.

%%  makes sure text scripts and lyrics are within the paper margins
\override Score.PaperColumn #'keep-inside-line = ##t
\override Score.NonMusicalPaperColumn #'keep-inside-line = ##t

In some cases (see issue 246), this must be done before \override commands can be processed.

\new Score \with {
    \override PaperColumn #'keep-inside-line = ##t 
    \override NonMusicalPaperColumn #'keep-inside-line = ##t
  } {
   ..
}


Previous: Advanced tweaks with Scheme, Up: Further tweaking

This page is for LilyPond-2.11.40 (development-branch).

Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.

Your suggestions for the documentation are welcome.

Other languages: français, español, deutsch.