]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
Merge branch 'lilypond/translation' of ssh://thsoft@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / lyric-hyphen.ly
index 5375563cd65b8a220b09ab0030572a113e75a947..1a285722b7cf079f9d31f99be8b3a0a69c1bb07c 100644 (file)
@@ -1,16 +1,17 @@
-\version "2.3.16"
+\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 \lyricmode { bla -- alb xxx -- yyy }
->>
+\new Voice { c' (c') c'( c') }
+\addlyrics {
+  \override Lyrics . LyricSpace #'minimum-distance = #5.0
+  a -- b x -- y
+}