]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender-broken.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / input / regression / lyric-extender-broken.ly
index 06395b2e4e7cf3a326081314bc35eaceae2d1535..0919bfcbbf8cfdde5c94e1522add16e611c0d58b 100644 (file)
@@ -1,23 +1,23 @@
-\version "2.1.26"
+\version "2.19.2"
 \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 
+  }
+  \context Lyrics \lyricsto A { a __ a __ ha }
+>>
+