]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-reordering.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / song-reordering.ly
index 97081984a89368ab4705a489d05a9f53a0b22e42..30a5d9b6636efea291e70c0dc5c2c905acd18f65 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-reordering.xml" { \tempo 4 = 100 }
@@ -11,7 +15,7 @@
       \context Voice = alternative {
         \voiceOne
         \times 2/3 {
-          \override NoteColumn #'force-hshift = #-3
+          \override NoteColumn.force-hshift = #-3
           f8 f g
         }
       }