]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
Merge commit 'ce4b499'
[lilypond.git] / input / regression / lyric-hyphen.ly
index 774fd4624253d0333d48ecbc49070e8e617335f9..7e1f52f7f67c07f5ab436ba91905885d1dcce16f 100644 (file)
@@ -1,14 +1,20 @@
-\version "2.2.0"
+\version "2.10.0"
 \header {
     texidoc = "In lyrics, hyphens may be used."
 }
-\score{
-       <<
-       \context Staff \notes { c' (c') c'( c') }
-       \context Lyrics \lyrics { bla -- alb xxx -- yyy }
-       >>
+\layout {
+
+    ragged-right= ##t
 }
 
+<<
+    \context Staff  { c' (c') c'( c') }
+    \context Lyrics \lyricmode {
+      \override Lyrics . LyricSpace #'minimum-distance = #5.0
+      a -- b x -- y
+    }
+>>
+