]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
Merge commit 'e63d4d6'
[lilypond.git] / input / regression / lyric-hyphen.ly
index a72359038ae7a3c41855950e513e38e1c356c90f..95627b107aa334c18b447305b3cc60a8fdbe7611 100644 (file)
@@ -1,14 +1,17 @@
-\version "2.1.30"
+\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 }
+>>
+