]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
MusicXML: Implement notehead styles and parenthesized notes
[lilypond.git] / input / regression / lyric-hyphen.ly
index 2ff027ed49712d8703347960e3b7452ebff475ba..a0d9e7a069c115d1a439a14c8483fe6e97b00ed8 100644 (file)
@@ -1,10 +1,16 @@
-\version "1.9.0"
-\header {texidoc="Tests lyric hyphens. "}
-\score{
-       <
-       \context Staff \notes { c' (c'-) (c'-) c' }
-       \context Lyrics \context LyricsVoice \lyrics { bla -- alb xxx -- yyy }
-       >
+\version "2.11.51"
+\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
 }