]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
policy
[lilypond.git] / input / regression / lyric-hyphen.ly
index 95627b107aa334c18b447305b3cc60a8fdbe7611..bb53f10e8b665a6320cdd9dd5e739be047a4eb9f 100644 (file)
@@ -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
+}