]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / lyric-hyphen.ly
index 95a9865d7cc3ea7bcd2f3929495e7948f579b3c1..1a285722b7cf079f9d31f99be8b3a0a69c1bb07c 100644 (file)
@@ -1,16 +1,17 @@
-\version "2.3.4"
+\version "2.14.0"
 \header {
     texidoc = "In lyrics, hyphens may be used."
 }
-\paper {
+\layout {
 
-    raggedright= ##t
+    ragged-right= ##t
 }
 
-<<
-    \context Staff  { c' (c') c'( c') }
-    \context Lyrics \lyrics { bla -- alb xxx -- yyy }
->>
+\new Voice { c' (c') c'( c') }
+\addlyrics {
+  \override Lyrics . LyricSpace #'minimum-distance = #5.0
+  a -- b x -- y
+}