]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender-broken.ly
Merge with master
[lilypond.git] / input / regression / lyric-extender-broken.ly
index 453b8b6586188d79d841af0cb6b48761f697f908..36aae288b5a9061de72c8fc158d917986a319c20 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.13"
+\version "2.10.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
-  }