]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender-broken.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / lyric-extender-broken.ly
index 388d066c8ed700916b41bec5df13b6d6aa361dd4..0517f2c9da87ea22b0ef49f43801bac9ea7e7343 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.11.51"
 \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 {
-    ragged-right = ##t
-  }