]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / lyric-extender.ly
index 853914d0d467a3a460be906de0ddee93e2c70863..66a0360bcb2511baad57f9573044edeb7188a6d5 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.14.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 }
+
+