]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-no-notes.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / lyrics-no-notes.ly
index cb3fe3e868ed9de2ead2e456d506315a37c1bff9..d45f14493c186bd30bcb1306f804d445afcce328 100644 (file)
@@ -1,18 +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.16.0"
+\version "2.19.21"
 <<
-  \override Score.PaperColumn #'keep-inside-line = ##f
-  \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
@@ -21,7 +20,7 @@ paper column is very wide."
   \new Lyrics \lyricmode {
     \skip 8
     \skip 8
-    x8
+    xx8
     x8
   }
 >>