]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-splitpart.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / song-splitpart.ly
index c311e9be3e526e2ffdc7bd16f22369924af724e0..6524f4bc26b7c629e7e16d1adb9068b222931d3a 100644 (file)
@@ -1,13 +1,17 @@
-\version "2.11.16"
-
+\version "2.19.21"
+\header {
+  texidoc="Festival song synthesis output supports
+divided voices.
+"
+}
 \include "festival.ly"
 
 \score{
 \festival #"song-splitpart.xml" { \tempo 4 = 100 }
 <<
   \context Voice = "melody" {
-    \relative c' {
-      c4
+    \relative {
+      c'4
       <<
         { \voiceOne c8 e }
         \context Voice = splitpart { \voiceTwo c4 }