]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-reordering2.ly
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / input / regression / song-reordering2.ly
index fa9f5ebba16f19500839f73ec4da93388d1122cf..5c5fec17ff8cc4ff05057b19b08d4c03521b4132 100644 (file)
@@ -1,5 +1,9 @@
-\version "2.11.51"
-
+\version "2.17.11"
+\header {
+  texidoc="Festival song synthesis output supports
+reordered lyrics.
+"
+}
 \include "festival.ly"
 
 \festival #"song-reordering2.xml" { \tempo 4 = 100 }
@@ -15,8 +19,8 @@
       }
       \context Voice = alternative {
         \voiceOne
-        \times 2/3 {
-          \override NoteColumn #'force-hshift = #-3
+        \tuplet 3/2 {
+          \override NoteColumn.force-hshift = #-3
           f8 f g
         }
       }