]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stick-out.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-stick-out.ly
index b042ae1abcf99c7189ffacdeb4a3dbdb280cf5e8..cd78aa7bfd337ed9415437acc671d536fe5e451c 100644 (file)
@@ -1,18 +1,17 @@
 
 \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."
 
 }
 
-\version "2.12.0"
+\version "2.16.0"
 
 \layout { ragged-right = ##t } 
 
 \relative c' {
-  \override Score.PaperColumn #'keep-inside-line = ##t 
   c1 c1^"This is a really long text" c
 }