]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / lyric-hyphen.ly
index 95627b107aa334c18b447305b3cc60a8fdbe7611..7fcc3a52588a1e4de02f553466ae81ab1c628e19 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.17.6"
 \header {
     texidoc = "In lyrics, hyphens may be used."
 }
@@ -7,10 +7,11 @@
     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
+}