]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
Use $^ for snippet construction.
[lilypond.git] / input / regression / lyric-hyphen.ly
index 983a2381162002b861a325b270927be530ed1562..95627b107aa334c18b447305b3cc60a8fdbe7611 100644 (file)
@@ -1,14 +1,17 @@
-\version "2.1.28"
+\version "2.10.0"
 \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
 }
 
+<<
+    \context Staff  { c' (c') c'( c') }
+    \context Lyrics \lyricmode { bla -- alb xxx -- yyy }
+>>
+