]> git.donarmstrong.com Git - lilypond.git/commitdiff
Force hyphens to appear in regtest.
authorGraham Percival <graham@percival-music.ca>
Mon, 4 Feb 2008 04:58:14 +0000 (20:58 -0800)
committerGraham Percival <graham@percival-music.ca>
Mon, 4 Feb 2008 04:58:14 +0000 (20:58 -0800)
(check please)

input/regression/lyric-hyphen.ly

index 95627b107aa334c18b447305b3cc60a8fdbe7611..7e1f52f7f67c07f5ab436ba91905885d1dcce16f 100644 (file)
@@ -9,7 +9,10 @@
 
 <<
     \context Staff  { c' (c') c'( c') }
-    \context Lyrics \lyricmode { bla -- alb xxx -- yyy }
+    \context Lyrics \lyricmode {
+      \override Lyrics . LyricSpace #'minimum-distance = #5.0
+      a -- b x -- y
+    }
 >>