]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
New function: \ottava #oct, replaces #(set-octavation oct)
[lilypond.git] / input / regression / lyric-hyphen.ly
index a52e3695db4ea552521ee07be5c7f7add028f874..a0d9e7a069c115d1a439a14c8483fe6e97b00ed8 100644 (file)
@@ -1,12 +1,16 @@
-\version "2.1.26"
+\version "2.11.51"
 \header {
     texidoc = "In lyrics, hyphens may be used."
 }
-\score{
-       <<
-       \context Staff \notes { c' (c') c'( c') }
-       \context Lyrics \lyrics { bla -- alb xxx -- yyy }
-       >>
+\layout {
+
+    ragged-right= ##t
+}
+
+\new Voice { c' (c') c'( c') }
+\addlyrics {
+  \override Lyrics . LyricSpace #'minimum-distance = #5.0
+  a -- b x -- y
 }