]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-no-notes.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / input / regression / lyrics-no-notes.ly
index c63a805a045bea1a2261e9e07ed3efed1c8ca5ef..1262e70c9c964ca5f7eb733f5f7811368da54373 100644 (file)
@@ -1,15 +1,13 @@
 \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.17.6"
 <<
+  \override Score.PaperColumn.keep-inside-line = ##f
   \new Staff \relative c' {
     \key aes \major
     \context Voice = "1" { 
@@ -22,7 +20,7 @@ the papercolumn is very wide."
   \new Lyrics \lyricmode {
     \skip 8
     \skip 8
-    x8
+    xx8
     x8
   }
 >>