]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-splitpart.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / song-splitpart.ly
index 901694ca7e6266a27d0be96ec4fe5a3046b86dad..6524f4bc26b7c629e7e16d1adb9068b222931d3a 100644 (file)
@@ -1,13 +1,17 @@
-\version "2.11.51"
-
+\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 }