]> 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 18ad1bfb045813ae00d8739f4192f78dbdaf90de..cd78aa7bfd337ed9415437acc671d536fe5e451c 100644 (file)
@@ -1,16 +1,17 @@
 
 \header {
 
-  texidoc = "Unless @code{allow-outside-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.5.2"
+\version "2.16.0"
 
-\layout { raggedright = ##t } 
-\relative {
+\layout { ragged-right = ##t } 
+
+\relative c' {
   c1 c1^"This is a really long text" c
 }