]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
($(outdir)/%.png $(outdir)/%.pdf
[lilypond.git] / input / regression / lyric-hyphen.ly
index 95a9865d7cc3ea7bcd2f3929495e7948f579b3c1..f12eeef49a65f2863db7232607be77665f4b9944 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.3.4"
+\version "2.7.32"
 \header {
     texidoc = "In lyrics, hyphens may be used."
 }
-\paper {
+\layout {
 
-    raggedright= ##t
+    ragged-right= ##t
 }
 
 <<
     \context Staff  { c' (c') c'( c') }
-    \context Lyrics \lyrics { bla -- alb xxx -- yyy }
+    \context Lyrics \lyricmode { bla -- alb xxx -- yyy }
 >>