]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stick-out.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / spacing-stick-out.ly
index 222e791ece6a8e065de7763452730e0a1082ed7a..91177649cceb0659310511aefc1ebfb3a37603e0 100644 (file)
@@ -1,17 +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.6.0"
+\version "2.14.0"
 
-\layout { raggedright = ##t } 
-\relative {
-  \override PaperColumn #'keep-inside-line = ##t 
+\layout { ragged-right = ##t } 
+
+\relative c' {
   c1 c1^"This is a really long text" c
 }