]> 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 d581e2ad29be083f560e9d061e4d0b17dd32ab81..ae3ea0e7eb75d84d608b14d3a5322112e4e13414 100644 (file)
@@ -1,10 +1,16 @@
-\version "1.9.2"
-\header {texidoc="Tests lyric hyphens. "}
-\score{
-       <
-       \context Staff \notes { c' (c') (c') c' }
-       \context Lyrics \context LyricsVoice \lyrics { bla -- alb xxx -- yyy }
-       >
+\version "2.12.0"
+\header {
+    texidoc = "In lyrics, hyphens may be used."
+}
+\layout {
+
+    ragged-right= ##t
+}
+
+\new Voice { c' (c') c'( c') }
+\addlyrics {
+  \override Lyrics . LyricSpace #'minimum-distance = #5.0
+  a -- b x -- y
 }