]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
Changes to fix pdf doc creation, and some minor doc additions.
[lilypond.git] / input / regression / lyric-hyphen.ly
index 0ea97222e76adf18c830913730cffa34125b91e9..ed8423b81cb17b046f2cc33350cdfdb04dc423e8 100644 (file)
@@ -1,14 +1,17 @@
-\version "2.1.36"
+\version "2.7.39"
 \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 }
+>>
+