]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-repetition.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / input / regression / song-repetition.ly
index 9cfcdfacc68c3736311f37ae0c06d9313b73fe80..3a8a9f718b55df13b59eaf4788fd320a6474d83d 100644 (file)
@@ -1,5 +1,9 @@
-\version "2.11.51"
-
+\version "2.19.2"
+\header {
+  texidoc="Festival song synthesis output supports
+repeat signs.
+"
+}
 \include "festival.ly"
 
 \score{
     c2 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 }
 >>
 }