]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / lyric-hyphen.ly
index c63f1d01e330d17927abd0b9af031dfa3669374e..ae3ea0e7eb75d84d608b14d3a5322112e4e13414 100644 (file)
@@ -1,16 +1,17 @@
-\version "2.6.0"
+\version "2.12.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
+}