]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add "score optimization" doc section.
authorGraham Percival <graham@percival-music.ca>
Thu, 28 Dec 2006 07:43:17 +0000 (23:43 -0800)
committerGraham Percival <graham@percival-music.ca>
Thu, 28 Dec 2006 07:43:17 +0000 (23:43 -0800)
Documentation/user/tweaks.itely

index b26704c13c5f28c8cb78ca42e17b466d7868a104..27b74e1fc21f45c9e425674c59f561b9bb664d8a 100644 (file)
@@ -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
+
+
+