X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fsong-repetition.ly;h=5b0412880c17e5df559ad8565a616787f7c1ada8;hb=33fc42ac3a4638141254cf29abeb34cc61714a2d;hp=6f5691053e9854608c7d69145b583a0eacfc6f0c;hpb=175da222fd01361eb901ba2c55d9b2574126bf41;p=lilypond.git diff --git a/input/regression/song-repetition.ly b/input/regression/song-repetition.ly index 6f5691053e..5b0412880c 100644 --- a/input/regression/song-repetition.ly +++ b/input/regression/song-repetition.ly @@ -1,20 +1,24 @@ -\version "2.11.16" - +\version "2.19.21" +\header { + texidoc="Festival song synthesis output supports +repeat signs. +" +} \include "festival.ly" \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 } >> }