]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / lyric-extender.ly
index 050af628d00ea2414f0249258be0582f4822aa50..6df2a92b3a30324e2f532708ce440a0679a1a84d 100644 (file)
@@ -1,11 +1,21 @@
-\version "1.7.18"
-\header { texidoc= "Tests lyric extenders. "}
-\score{
-       <
-       \context Staff \notes { c (c-) (c-) c }
-       \context Lyrics \lyrics { bla __ alb xxx __ yyy }
-       >
+\version "2.16.0"
+
+\header {
+
+    texidoc= "A LyricExtender may span several notes.  A LyricExtender
+does not extend past a rest, or past the next lyric syllable."
+
+}
+
+\layout { ragged-right = ##t }
+
+\relative c''{
+    d8( e f) r4. 
+    f4
+    d8[( e)] f
 }
+\addlyrics { ah __ ha a __ haaaaaaaaaaaa }
+
+
 
 
-%% new-chords-done %%