]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender-broken.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / lyric-extender-broken.ly
index 83d76b00581226d513076ac78cf794978d5c9c3e..7d36a12335cefac28757a96d7961c2d8caf4ff8c 100644 (file)
@@ -1,23 +1,23 @@
-\version "2.4.0"
+\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 \lyricmode { a __ a __ ha }
-    >>
-    \layout {
-       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 }
+>>
+