]> 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 81d43b7cdc39a8b97be6f732bc4b1eba5a6869e5..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.7.13"
+\version "2.16.0"
 
-\layout { raggedright = ##t } 
+\layout { ragged-right = ##t } 
 
-\relative {
-  \override Score.PaperColumn #'keep-inside-line = ##t 
+\relative c' {
   c1 c1^"This is a really long text" c
 }