]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-extender.ly
* lily/my-lily-lexer.cc (start_main_input): define input-file-name
[lilypond.git] / input / regression / lyric-extender.ly
index 9161cec784625815fbec1d5088f990f46a2012df..42b42cd6428f5f686544dd72bf4caab9ee5771d7 100644 (file)
@@ -1,11 +1,11 @@
 #(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "1.9.1"
 \header { texidoc= "Tests lyric extenders. "}
 
     \paper { raggedright= ##t }
 \score{
 \notes \relative c'    <
-       \context Staff { c (c-) (c-) c }
+       \context Staff { c (c) (c) c }
        \context Lyrics \lyrics { bla __ alb xxx __ yyy }
        >
 }