]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-no-notes.ly
Doc-es: various updates.
[lilypond.git] / input / regression / lyrics-no-notes.ly
index 3c6ef07e790dd3eb4fe54118954dde5d55a25de1..d45f14493c186bd30bcb1306f804d445afcce328 100644 (file)
@@ -1,17 +1,17 @@
 \header {
-  texidoc ="Lyric syllables without note attachment are not
-centered.  Centering may cause unintended effects when the
-paper column is very wide."
+  texidoc ="Lyric syllables without note attachment are
+aligned correctly even if the paper column is very wide."
 }
  
 \layout{ ragged-right = ##t }
 
-\version "2.12.0"
+\version "2.19.21"
 <<
-  \new Staff \relative c' {
+  \override Score.PaperColumn.keep-inside-line = ##f
+  \new Staff \relative {
     \key aes \major
     \context Voice = "1" { 
-      f8 f
+      f'8 f
       \textLengthOff
       
       f^"xxxxxxxxxxxxxxxxxxxxxxxxxx"  f
@@ -20,7 +20,7 @@ paper column is very wide."
   \new Lyrics \lyricmode {
     \skip 8
     \skip 8
-    x8
+    xx8
     x8
   }
 >>