]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
* input/regression/override-nest.ly: new file.
[lilypond.git] / input / regression / lyric-hyphen.ly
index a8c795199f7eeaf3c52f9aa4e5edb0dca19df221..eabec62c68fdd3f260471acbb3077eadb5f712c6 100644 (file)
@@ -1,11 +1,16 @@
-\version "1.9.4"
-\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.13"
+\header {
+    texidoc = "In lyrics, hyphens may be used."
 }
+\layout {
+
+    raggedright= ##t
+}
+
+<<
+    \context Staff  { c' (c') c'( c') }
+    \context Lyrics \lyricmode { bla -- alb xxx -- yyy }
+>>