]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-repetition.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / song-repetition.ly
1 \version "2.11.16"
2
3 \include "festival.ly"
4
5 \score{
6 \festival #"song-repetition.xml" { \tempo 4 = 100 }
7 <<
8   \context Voice = melody \relative c' {
9     c2 e4 r4 | g2 e | c1 |
10     \context Voice = verse \repeat volta 2 {c4 d e f | g1 | }
11     a2 b | c1}
12   \lyricsto melody  \context Lyrics = mainlyrics \lyricmode {
13     do mi sol mi do
14     la si do }
15   \lyricsto verse \context Lyrics = mainlyrics \lyricmode {
16    do re mi fa sol }
17   \lyricsto verse \context Lyrics = repeatlyrics \lyricmode {
18    dodo rere mimi fafa solsol }
19 >>
20 }
21 #(ly:progress "song-repetition")
22 #(ly:progress "~a" (ly:gulp-file "song-repetition.xml"))