]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-stanzas.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / song-stanzas.ly
1 \version "2.16.0"
2 \header {
3   texidoc="Festival song synthesis output supports
4 multiple stanzas.
5 "
6 }
7 \include "festival.ly"
8
9 \festival #"song-stanzas.xml" { \tempo 4 = 100 }
10 {
11 \time 3/4
12 \relative c' { c2 e4 g2. }
13 \addlyrics { play the game }
14 \addlyrics { speel het spel }
15 \addlyrics { joue le jeu }
16 }
17 #(ly:progress "song-stanzas")
18 #(ly:progress "~a" (ly:gulp-file "song-stanzas.xml"))