]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-breathe.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / song-breathe.ly
index 091bc2fc5e0d2a4edae6ecdedb6b6d48227da337..6b52aaa3e11d6d16f84a0d89b4c60a683f42aff8 100644 (file)
@@ -1,12 +1,16 @@
-\version "2.11.16"
-
+\version "2.14.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 }
 }
-#(display "song-breathe")
+#(ly:progress "song-breathe")
 #(ly:progress "~a" (ly:gulp-file "song-breathe.xml"))