]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / lyric-phrasing.ly
index ab24aa3b22f230051b49e67ba55d90ea5958b49e..4865b114a21dc6ef2b7b3923abdee7a129b40fe5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 \header {
 
   texidoc = "
 
 
 <<
-  \relative c' \new 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
   }