]> git.donarmstrong.com Git - lilypond.git/commitdiff
Use \addlyrics for lyric-hyphen.ly
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 25 Feb 2008 02:31:11 +0000 (23:31 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 25 Feb 2008 02:31:11 +0000 (23:31 -0300)
input/regression/lyric-hyphen.ly

index 7e1f52f7f67c07f5ab436ba91905885d1dcce16f..bb53f10e8b665a6320cdd9dd5e739be047a4eb9f 100644 (file)
@@ -7,13 +7,11 @@
     ragged-right= ##t
 }
 
     ragged-right= ##t
 }
 
-<<
-    \context Staff  { c' (c') c'( c') }
-    \context Lyrics \lyricmode {
-      \override Lyrics . LyricSpace #'minimum-distance = #5.0
-      a -- b x -- y
-    }
->>
+\new Voice { c' (c') c'( c') }
+\addlyrics {
+  \override Lyrics . LyricSpace #'minimum-distance = #5.0
+  a -- b x -- y
+}