]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-reordering.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / song-reordering.ly
index 846ee23ba62d832c7a5c4e26bd89ac8df65781f8..1c9083597b6f6e0f446566a6f3942bfc15837cec 100644 (file)
@@ -1,17 +1,21 @@
-\version "2.11.51"
-
+\version "2.17.15"
+\header {
+  texidoc="Festival song synthesis output supports
+reordered lyrics.
+"
+}
 \include "festival.ly"
 
 \festival #"song-reordering.xml" { \tempo 4 = 100 }
 <<
-  \relative \context Voice = "lahlah" {
+  \relative c' \context Voice = "lahlah" {
     \set Staff.autoBeaming = ##f
     c4
     <<
       \context Voice = alternative {
         \voiceOne
-        \times 2/3 {
-          \override NoteColumn #'force-hshift = #-3
+        \tuplet 3/2 {
+          \override NoteColumn.force-hshift = #-3
           f8 f g
         }
       }