]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender-broken.ly
Web-hu: add missing News item to menu
[lilypond.git] / input / regression / lyric-extender-broken.ly
index 6411e7932297ddcfc628fc03d75123146ee87282..0919bfcbbf8cfdde5c94e1522add16e611c0d58b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.19.2"
 \header
 {
 
@@ -8,16 +8,16 @@ of the melisma."
 
 }
 
+\layout {
+  ragged-right = ##t
+}
 
 << 
-  \context Voice=A  {
+  \new Voice =A  {
     a1 ( a1 \break
     a) a2( b) \break
     a2 
   }
-  \lyricsto A \context Lyrics \lyricmode { a __ a __ ha }
+  \context Lyrics \lyricsto A { a __ a __ ha }
 >>
-  \layout {
-    raggedright = ##t
-  }