MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / song-repetition.ly
blob598fdf225fb3202ba2d8fde5b4cb6af638c8f04c
1 \version "2.12.0"
2 \header {
3 texidoc="Festival song synthesis output supports
4 repeat signs.
7 \include "festival.ly"
9 \score{
10 \festival #"song-repetition.xml" { \tempo 4 = 100 }
12 \context Voice = melody \relative c' {
13 c2 e4 r4 | g2 e | c1 |
14 \context Voice = verse \repeat volta 2 {c4 d e f | g1 | }
15 a2 b | c1}
16 \lyricsto melody \context Lyrics = mainlyrics \lyricmode {
17 do mi sol mi do
18 la si do }
19 \lyricsto verse \context Lyrics = mainlyrics \lyricmode {
20 do re mi fa sol }
21 \lyricsto verse \context Lyrics = repeatlyrics \lyricmode {
22 dodo rere mimi fafa solsol }
25 #(ly:progress "song-repetition")
26 #(ly:progress "~a" (ly:gulp-file "song-repetition.xml"))