]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-repetition.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / song-repetition.ly
index 1f9ce28c076cb9beb07c3e3d514a9887cf08ba9d..5b0412880c17e5df559ad8565a616787f7c1ada8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 \header {
   texidoc="Festival song synthesis output supports
 repeat signs.
@@ -9,16 +9,16 @@ repeat signs.
 \score{
 \festival #"song-repetition.xml" { \tempo 4 = 100 }
 <<
-  \context Voice = melody \relative c' {
-    c2 e4 r4 | g2 e | c1 |
+  \context Voice = melody \relative {
+    c'2 e4 r4 | g2 e | c1 |
     \context Voice = verse \repeat volta 2 {c4 d e f | g1 | }
     a2 b | c1}
-  \lyricsto melody  \context Lyrics = mainlyrics \lyricmode {
+  \context Lyrics = mainlyrics \lyricsto melody  {
     do mi sol mi do
     la si do }
-  \lyricsto verse \context Lyrics = mainlyrics \lyricmode {
+  \context Lyrics = mainlyrics \lyricsto verse {
    do re mi fa sol }
-  \lyricsto verse \context Lyrics = repeatlyrics \lyricmode {
+  \context Lyrics = repeatlyrics \lyricsto verse {
    dodo rere mimi fafa solsol }
 >>
 }