]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-repetition.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / input / regression / song-repetition.ly
1 \version "2.19.2"
2 \header {
3   texidoc="Festival song synthesis output supports
4 repeat signs.
5 "
6 }
7 \include "festival.ly"
8
9 \score{
10 \festival #"song-repetition.xml" { \tempo 4 = 100 }
11 <<
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   \context Lyrics = mainlyrics \lyricsto melody  {
17     do mi sol mi do
18     la si do }
19   \context Lyrics = mainlyrics \lyricsto verse {
20    do re mi fa sol }
21   \context Lyrics = repeatlyrics \lyricsto verse {
22    dodo rere mimi fafa solsol }
23 >>
24 }
25 #(ly:progress "song-repetition")
26 #(ly:progress "~a" (ly:gulp-file "song-repetition.xml"))