]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
Merge branch 'cvs-head' of git+ssh://repo.or.cz/srv/git/lilypond
[lilypond.git] / input / regression / lyric-hyphen.ly
index 2ff027ed49712d8703347960e3b7452ebff475ba..ed8423b81cb17b046f2cc33350cdfdb04dc423e8 100644 (file)
@@ -1,11 +1,16 @@
-\version "1.9.0"
-\header {texidoc="Tests lyric hyphens. "}
-\score{
-       <
-       \context Staff \notes { c' (c'-) (c'-) c' }
-       \context Lyrics \context LyricsVoice \lyrics { bla -- alb xxx -- yyy }
-       >
+\version "2.7.39"
+\header {
+    texidoc = "In lyrics, hyphens may be used."
 }
+\layout {
+
+    ragged-right= ##t
+}
+
+<<
+    \context Staff  { c' (c') c'( c') }
+    \context Lyrics \lyricmode { bla -- alb xxx -- yyy }
+>>