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