]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / lyric-hyphen.ly
index 0ae485bc6b998fdf1d636abc4f4bbf25b9758218..bbff24560736b9c520496bed92cab1272b25effd 100644 (file)
@@ -1,10 +1,16 @@
-\version "2.1.22"
-\header {texidoc="Tests lyric hyphens. "}
-\score{
-       <<
-       \context Staff \notes { c' (c') (c') c' }
-       \context Lyrics \lyrics { bla -- alb xxx -- yyy }
-       >>
+\version "2.16.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
 }