]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-no-notes.ly
Doc: CG, explain other git prompt variables
[lilypond.git] / input / regression / lyrics-no-notes.ly
index bc870f59b33bbcdb5a5fcf558238f616914a5664..d45f14493c186bd30bcb1306f804d445afcce328 100644 (file)
@@ -1,20 +1,18 @@
 \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.10.7"
+\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
-      \emptyText
+      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
   }
 >>