]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stick-out.ly
Change keep-inside-line defaults to true.
[lilypond.git] / input / regression / spacing-stick-out.ly
index b042ae1abcf99c7189ffacdeb4a3dbdb280cf5e8..099ae34651e8d4ddfa59f5ee9673d3c3dae1ee12 100644 (file)
@@ -1,9 +1,9 @@
 
 \header {
 
-  texidoc = "If @code{keep-inside-line} is set for the relevant
-  PaperColumn, LilyPond will space a line to prevent text sticking out
-  of the right margin."
+  texidoc = "LilyPond will space a line to prevent text sticking out of the
+  right margin unless @code{keep-inside-line} is false for the relevant
+  PaperColumn."
 
 }
 
@@ -12,7 +12,6 @@
 \layout { ragged-right = ##t } 
 
 \relative c' {
-  \override Score.PaperColumn #'keep-inside-line = ##t 
   c1 c1^"This is a really long text" c
 }