]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-reordering2.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / song-reordering2.ly
index 222b16d70ab4eb5c04c4c872bea25d02ef10982b..b958e5279de3967824c0635c410f17a523af5981 100644 (file)
@@ -1,5 +1,9 @@
-\version "2.12.0"
-
+\version "2.17.6"
+\header {
+  texidoc="Festival song synthesis output supports
+reordered lyrics.
+"
+}
 \include "festival.ly"
 
 \festival #"song-reordering2.xml" { \tempo 4 = 100 }
@@ -16,7 +20,7 @@
       \context Voice = alternative {
         \voiceOne
         \times 2/3 {
-          \override NoteColumn #'force-hshift = #-3
+          \override NoteColumn.force-hshift = #-3
           f8 f g
         }
       }