]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / lyric-hyphen.ly
index 7a19e3c88ae9629da85cadf6a6b95a2a17804096..95627b107aa334c18b447305b3cc60a8fdbe7611 100644 (file)
@@ -1,11 +1,16 @@
-\version "1.7.18"
-\header {texidoc="Tests lyric hyphens. "}
-\score{
-       <
-       \context Staff \notes { c' (c'-) (c'-) c' }
-       \context Lyrics \context LyricsVoice \lyrics { bla -- alb xxx -- yyy }
-       >
+\version "2.10.0"
+\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 }
+>>