]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender-broken.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / lyric-extender-broken.ly
index a07af0590bcee7276ba88e2ec34cc775f4546010..0517f2c9da87ea22b0ef49f43801bac9ea7e7343 100644 (file)
@@ -1,23 +1,23 @@
-\version "2.1.21"
+\version "2.11.51"
 \header
 {
 
-    texidoc = "Lyric extenders run to the end of the line if it
+  texidoc = "Lyric extenders run to the end of the line if it
 continues the next line. Otherwise, it should run to the last note
 of the melisma."
 
 }
 
-\score {
-    << 
-       \context Voice=A \notes {
-           a1 ( a1 \break
-           a) a2( b) \break
-           a2 
-       }
-       \lyricsto A \context Lyrics \lyrics { a __ a __ ha }
-    >>
-    \paper {
-       raggedright = ##t
-    }
+\layout {
+  ragged-right = ##t
 }
+
+<< 
+  \new Voice =A  {
+    a1 ( a1 \break
+    a) a2( b) \break
+    a2 
+  }
+  \lyricsto A \context Lyrics \lyricmode { a __ a __ ha }
+>>
+