]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / regression / lyric-extender.ly
index e98329bd570cd6196b6d8ffa920c421d25814cda..83fb1e79e1ccc2a5634d79c37d74387fba51cc91 100644 (file)
@@ -1,12 +1,15 @@
-\version "1.7.18"
+\version "2.1.22"
+
 \header { texidoc= "Tests lyric extenders. "}
 
     \paper { raggedright= ##t }
 \score{
-\notes \relative c'    <
-       \context Staff { c (c-) (c-) c }
-       \context Lyrics \lyrics { bla __ alb xxx __ yyy }
-       >
+\notes \relative c'    <<
+       \context Staff {
+           c8[ ( d] )
+           r4 f4 }
+       \context Lyrics \lyrics { xxx __ \skip 4 x  }
+       >>
 }