]> 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 c63a805a045bea1a2261e9e07ed3efed1c8ca5ef..d45f14493c186bd30bcb1306f804d445afcce328 100644 (file)
@@ -1,19 +1,17 @@
 \header {
-  texidoc ="lyric syllables without note attachment are
-not centered; Centering may cause unintended effects when
-the papercolumn is very wide."
-  }
-\layout{
-  ragged-right = ##t
+  texidoc ="Lyric syllables without note attachment are
+aligned correctly even if the paper column is very wide."
 }
+\layout{ ragged-right = ##t }
 
-\version "2.11.38"
+\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
@@ -22,7 +20,7 @@ the papercolumn is very wide."
   \new Lyrics \lyricmode {
     \skip 8
     \skip 8
-    x8
+    xx8
     x8
   }
 >>