]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender-broken.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / lyric-extender-broken.ly
index 846df5c8d9b479045645b879e0a3d940f4805d75..f35111b316e8daf77b1de36df72af7b27fddd07c 100644 (file)
@@ -1,23 +1,23 @@
-\version "2.3.17"
+\version "2.12.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 \lyricmode { 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 }
+>>
+