]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-breathe.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / song-breathe.ly
index 2556ab263490d2d43a5873364125e6027a58e44b..18d8dca87fef617a2000acb23627a806f6ea856b 100644 (file)
@@ -1,11 +1,15 @@
-\version "2.11.16"
-
+\version "2.19.21"
+\header {
+  texidoc="Festival song synthesis output supports
+breath marks.
+"
+}
 \include "festival.ly"
 
 \festival #"song-breathe.xml" { \tempo 4 = 100 }
 {
 \time 3/4
-\relative { c2 e \breathe g }
+\relative { c'2 e \breathe g }
 \addlyrics { play the game }
 }
 #(ly:progress "song-breathe")