]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender.ly
* Documentation/user/changing-defaults.itely (Creating contexts):
[lilypond.git] / input / regression / lyric-extender.ly
index 504fd3f96c79de9ec205dc3f7bca1d3af7c734d1..04a087b78ee87b60c0584a18220fa59a5c3681a1 100644 (file)
@@ -1,11 +1,17 @@
-\version "1.7.18"
-\header { texidoc= "Tests lyric extenders. "}
+\version "2.1.30"
+
+\header { texidoc= "In lyric extenders, a syllable may be extended over several notes. "}
+
+\paper { raggedright= ##t }
 \score{
-\notes \relative c'    <
-       \context Staff { c (c-) (c-) c }
-       \context Lyrics \lyrics { bla __ alb xxx __ yyy }
-       >
+\notes \relative c'    <<
+       \context Voice = melody {
+           c8[ ( d] )
+           r4 f4 }
+       \lyricsto melody \context Lyrics \lyrics { ah __ ha  }
+       >>
 }
 
 
 
+