]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
* lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
[lilypond.git] / input / regression / lyric-hyphen.ly
index 95a9865d7cc3ea7bcd2f3929495e7948f579b3c1..75a1ee20854998ed9174a5d3e272c6bed760e326 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.3.4"
+\version "2.4.0"
 \header {
     texidoc = "In lyrics, hyphens may be used."
 }
-\paper {
+\layout {
 
     raggedright= ##t
 }
 
 <<
     \context Staff  { c' (c') c'( c') }
-    \context Lyrics \lyrics { bla -- alb xxx -- yyy }
+    \context Lyrics \lyricmode { bla -- alb xxx -- yyy }
 >>