]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender.ly
(srcdir): urg. Touch install-sh.
[lilypond.git] / input / regression / lyric-extender.ly
index c3161ebe66f78866056f013ce0b3ef9afc8e7f45..b8ffdb7593734c6cc147f0fd1914bb4b4dbc387c 100644 (file)
@@ -1,16 +1,20 @@
-\version "2.1.36"
-
-\header { texidoc= "In lyric extenders, a syllable may be extended over several notes. "}
-
-\paper { raggedright= ##t }
-\score{
-\notes \relative c'    <<
-       \context Voice = melody {
-           c8[ ( d] )
-           r4 f4 }
-       \lyricsto melody \context Lyrics \lyrics { ah __ ha  }
-       >>
+\version "2.7.13"
+
+\header {
+
+    texidoc= "A LyricExtender may span several notes.  A LyricExtender
+does not extend past a rest, or past the next lyric syllable."
+
+}
+
+\layout { raggedright = ##t }
+
+\relative c''{
+    d8( e f) r4. 
+    f4
+    d8[( e)] f
 }
+\addlyrics { ah __ ha a __ haaaaaaaaaaaa }