]> 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 eabec62c68fdd3f260471acbb3077eadb5f712c6..bbff24560736b9c520496bed92cab1272b25effd 100644 (file)
@@ -1,16 +1,17 @@
-\version "2.7.13"
+\version "2.16.0"
 \header {
     texidoc = "In lyrics, hyphens may be used."
 }
 \layout {
 
-    raggedright= ##t
+    ragged-right= ##t
 }
 
-<<
-    \context Staff  { c' (c') c'( c') }
-    \context Lyrics \lyricmode { bla -- alb xxx -- yyy }
->>
+\new Voice { c' (c') c'( c') }
+\addlyrics {
+  \override Lyrics . LyricSpace #'minimum-distance = #5.0
+  a -- b x -- y
+}