]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-tempo.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / song-tempo.ly
1 \version "2.16.0"
2 \header {
3   texidoc="Festival song synthesis output supports
4 changing tempo in the middle of a piece.
5 "
6 }
7 \include "festival.ly"
8
9 \festival #"song-tempo.xml" { \tempo 4=90 }
10 {
11 \time 3/4
12 \relative c' { c4 e g \tempo 4=60 c, e g }
13 \addlyrics { do re mi do re mi }
14 }
15 #(ly:progress "song-tempo")
16 #(ly:progress "~a" (ly:gulp-file "song-tempo.xml"))