]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / regression / lyric-phrasing.ly
index 0d44312880503397e4a0aa56ef6f96a2322b706c..f8aac3f37b9eb77bfa6b2ab87c85a2b37208a259 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.36"
+\version "2.3.22"
 \header {
 
 texidoc = "
@@ -10,16 +10,17 @@ texidoc = "
 
 
 \score{
-<<     \notes \relative c' \context Voice = "bla" {
+    <<
+        \relative c' \context Voice = "bla" {
            \autoBeamOff
            c4( c16 d c b)  c4
            d16[ e f g]
            
        }
-       \lyrics  \lyricsto  "bla" \context Lyrics {
+       \lyricsto "bla" \context Lyrics \lyricmode {
            alllll __ tijd
            izzz
-       } >>
-       
-    \paper { raggedright = ##t }
+       }
+    >>
+    \layout { raggedright = ##t }
 }