]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-tempo.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / song-tempo.ly
1 \version "2.19.21"
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'4 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"))