]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-breathe.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / song-breathe.ly
index f0484c130e92454cddc76032d0f60fcb51df03e6..72dfb8eb7cedc6a507c61fb014519c1bf64c15cc 100644 (file)
@@ -1,11 +1,15 @@
-\version "2.12.0"
-
+\version "2.16.0"
+\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' { c2 e \breathe g }
 \addlyrics { play the game }
 }
 #(ly:progress "song-breathe")