]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender-broken.ly
* lily/book.cc:
[lilypond.git] / input / regression / lyric-extender-broken.ly
index 03c1a41e7190cc56a6e80c3b9dca46ae0749d3eb..83d76b00581226d513076ac78cf794978d5c9c3e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.36"
+\version "2.4.0"
 \header
 {
 
@@ -10,14 +10,14 @@ of the melisma."
 
 \score {
     << 
-       \context Voice=A \notes {
+       \context Voice=A  {
            a1 ( a1 \break
            a) a2( b) \break
            a2 
        }
-       \lyricsto A \context Lyrics \lyrics { a __ a __ ha }
+       \lyricsto A \context Lyrics \lyricmode { a __ a __ ha }
     >>
-    \paper {
+    \layout {
        raggedright = ##t
     }
 }