]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / lyric-hyphen.ly
index 67b3c01e39b771449b7e7729c5e6b347ba963664..1a285722b7cf079f9d31f99be8b3a0a69c1bb07c 100644 (file)
@@ -1,10 +1,16 @@
-\version "2.1.19"
-\header {texidoc="Tests lyric hyphens. "}
-\score{
-       <<
-       \context Staff \notes { c' (c') (c') c' }
-       \context LyricsVoice \lyrics { bla -- alb xxx -- yyy }
-       >>
+\version "2.14.0"
+\header {
+    texidoc = "In lyrics, hyphens may be used."
+}
+\layout {
+
+    ragged-right= ##t
+}
+
+\new Voice { c' (c') c'( c') }
+\addlyrics {
+  \override Lyrics . LyricSpace #'minimum-distance = #5.0
+  a -- b x -- y
 }