]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-phrasing.ly
* lily/slur-quanting.cc (init_score_param): read scoring
[lilypond.git] / input / regression / lyric-phrasing.ly
index 0d44312880503397e4a0aa56ef6f96a2322b706c..6640f244762762042ba9823e50428b80832c3050 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.36"
+\version "2.3.8"
 \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 \lyrics {
            alllll __ tijd
            izzz
-       } >>
-       
+       }
+    >>
     \paper { raggedright = ##t }
 }