]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-breathe.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / song-breathe.ly
1 \version "2.19.21"
2 \header {
3   texidoc="Festival song synthesis output supports
4 breath marks.
5 "
6 }
7 \include "festival.ly"
8
9 \festival #"song-breathe.xml" { \tempo 4 = 100 }
10 {
11 \time 3/4
12 \relative { c'2 e \breathe g }
13 \addlyrics { play the game }
14 }
15 #(ly:progress "song-breathe")
16 #(ly:progress "~a" (ly:gulp-file "song-breathe.xml"))