]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender-broken.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / lyric-extender-broken.ly
index 6cf8dc12c171ff06c6de40de8c7997f419c18544..7d36a12335cefac28757a96d7961c2d8caf4ff8c 100644 (file)
@@ -1,23 +1,23 @@
-\version "2.3.4"
+\version "2.16.0"
 \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  {
-           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 }
+>>
+