]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-slurs.ly
Doc-es: various updates.
[lilypond.git] / input / regression / song-slurs.ly
index 7dc199fb716db890456fbd90e91fb96c253a8872..a2237cfa8825870d01436a4938dd6ad3ce7f21df 100644 (file)
@@ -1,12 +1,16 @@
-\version "2.11.16"
-
+\version "2.19.21"
+\header {
+  texidoc="Festival song synthesis output supports
+slurs.
+"
+}
 \include "festival.ly"
 
 \festival #"song-slurs.xml" { \tempo 4 = 100 }
 <<
   \relative \context Voice = "lahlah" {
     \set Staff.autoBeaming = ##f
-    c4
+    c'4
     \slurDotted
     f8.[( g16])
     a4
@@ -21,5 +25,5 @@
     still
   }
 >>
-#(display "song-slurs")
+#(ly:progress "song-slurs\n")
 #(ly:progress "~a" (ly:gulp-file "song-slurs.xml"))