]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
Imported sources
[lilypond.git] / input / regression / lyric-hyphen.ly
index a8c795199f7eeaf3c52f9aa4e5edb0dca19df221..a6d00e81e2ac8ee8d08f38bd03a801a1632fa54d 100644 (file)
@@ -1,9 +1,9 @@
-\version "1.9.4"
+\version "2.1.21"
 \header {texidoc="Tests lyric hyphens. "}
 \score{
        <<
        \context Staff \notes { c' (c') (c') c' }
-       \context Lyrics \context LyricsVoice \lyrics { bla -- alb xxx -- yyy }
+       \context Lyrics \lyrics { bla -- alb xxx -- yyy }
        >>
 }