]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/notation/text.itely
Merge remote branch 'origin' into release/unstable
[lilypond.git] / Documentation / notation / text.itely
index 6841e44dcb5e4bafc0d7fe99cfa7e69562c0e274..406f6be96d1f5abbea1629f2bf8678a1aede8a55 100644 (file)
@@ -123,12 +123,11 @@ Internals Reference:
 
 @knownissues
 Checking to make sure that text scripts and lyrics are within the
-margins is a relatively large computational task.  To speed up
-processing, LilyPond does not perform such calculations by
-default; to enable it, use
+margins requires additonal calculations. In cases where slightly faster
+performance is desired, use
 
 @example
-\override Score.PaperColumn #'keep-inside-line = ##t
+\override Score.PaperColumn #'keep-inside-line = ##f
 @end example