]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender-broken.ly
Merge remote branch 'origin/release/unstable' into HEAD
[lilypond.git] / input / regression / lyric-extender-broken.ly
index fce2953446a8c744b8098278afa56d7c8d4d1d90..0919bfcbbf8cfdde5c94e1522add16e611c0d58b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.19.2"
 \header
 {
 
@@ -8,6 +8,9 @@ of the melisma."
 
 }
 
+\layout {
+  ragged-right = ##t
+}
 
 << 
   \new Voice =A  {
@@ -15,9 +18,6 @@ of the melisma."
     a) a2( b) \break
     a2 
   }
-  \lyricsto A \context Lyrics \lyricmode { a __ a __ ha }
+  \context Lyrics \lyricsto A { a __ a __ ha }
 >>
-  \layout {
-    ragged-right = ##t
-  }