From bfb0d35e35212ec8e1951ccb328a2fc328f244b2 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 27 Dec 2006 23:43:17 -0800 Subject: [PATCH] Add "score optimization" doc section. --- Documentation/user/tweaks.itely | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Documentation/user/tweaks.itely b/Documentation/user/tweaks.itely index b26704c13c..27b74e1fc2 100644 --- a/Documentation/user/tweaks.itely +++ b/Documentation/user/tweaks.itely @@ -13,6 +13,7 @@ configurable; virtually every fragment of output may be changed. * Default files:: * Fitting music onto fewer pages:: * Advanced tweaks with Scheme:: +* Avoiding tweaks with slower processing:: @end menu @@ -485,3 +486,18 @@ pattern = #(define-music-function (parser location x y) (ly:music? ly:music?) } @end lilypond + +@node Avoiding tweaks with slower processing +@section 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. + +@example +%% makes sure text scripts and lyrics are within the paper margins +\override Score.PaperColumn #'keep-inside-line = ##t +@end example + + + -- 2.39.5