]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-reordering2.ly
Add "--no-parallel" to dh_auto_clean in debian/rules
[lilypond.git] / input / regression / song-reordering2.ly
index fa9f5ebba16f19500839f73ec4da93388d1122cf..57595c22ad452ef88666b9e22d43fab6722b9425 100644 (file)
@@ -1,10 +1,14 @@
-\version "2.11.51"
-
+\version "2.17.15"
+\header {
+  texidoc="Festival song synthesis output supports
+reordered lyrics.
+"
+}
 \include "festival.ly"
 
 \festival #"song-reordering2.xml" { \tempo 4 = 100 }
 <<
-  \relative \context Voice = "lahlah" {
+  \relative c' \context Voice = "lahlah" {
     \set Staff.autoBeaming = ##f
     c4
     <<
@@ -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
         }
       }