]> 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 f4b447f98a5b3bfa05676d5ffd0c4f110a95b5e0..1262e70c9c964ca5f7eb733f5f7811368da54373 100644 (file)
@@ -1,13 +1,13 @@
 \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.11.51"
+\version "2.17.6"
 <<
+  \override Score.PaperColumn.keep-inside-line = ##f
   \new Staff \relative c' {
     \key aes \major
     \context Voice = "1" { 
@@ -20,7 +20,7 @@ paper column is very wide."
   \new Lyrics \lyricmode {
     \skip 8
     \skip 8
-    x8
+    xx8
     x8
   }
 >>