]> 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 6411e7932297ddcfc628fc03d75123146ee87282..7d36a12335cefac28757a96d7961c2d8caf4ff8c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.16.0"
 \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 }
 >>
-  \layout {
-    raggedright = ##t
-  }