]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing.ly
Doc-es: various updates.
[lilypond.git] / input / regression / lyric-phrasing.ly
index fe32bef281120cf31d4febeb7ae61a59605e32c2..4865b114a21dc6ef2b7b3923abdee7a129b40fe5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.19.21"
 \header {
 
   texidoc = "
@@ -8,19 +8,22 @@
 "
 }
 
+  \layout { ragged-right = ##t }
+
+
 
 
 <<
-  \relative c' \context Voice = "bla" {
+  \relative \new Voice = "bla" {
     \autoBeamOff
-    c4( c16 d c b)  c4
+    c'4( c16 d c b)  c4
     d16[ e f g]
     
   }
-  \lyricsto "bla" \context Lyrics \lyricmode {
+  \context Lyrics \lyricsto "bla" {
     alllll __ tijd
     izzz
   }
 >>
-  \layout { raggedright = ##t }
+