]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-hyphen.ly
(all-user-translation-properties):
[lilypond.git] / input / regression / lyric-hyphen.ly
index 4dc26dabd75067aa7a5dae81bfe29fd9cdb709ca..ed8423b81cb17b046f2cc33350cdfdb04dc423e8 100644 (file)
@@ -1,14 +1,17 @@
-\version "2.1.22"
+\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 }
+>>
+