]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-no-notes.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / lyrics-no-notes.ly
index 30d2535c59be09e640d3e2379e819a6a930026a4..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.17.6"
+\version "2.19.21"
 <<
   \override Score.PaperColumn.keep-inside-line = ##f
-  \new Staff \relative c' {
+  \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
   }
 >>