]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-reordering.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / song-reordering.ly
index c774699fe278c9c1ae7d04b9731b85bd1ecb20ac..1c9083597b6f6e0f446566a6f3942bfc15837cec 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.15"
 \header {
   texidoc="Festival song synthesis output supports
 reordered lyrics.
@@ -8,14 +8,14 @@ reordered lyrics.
 
 \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
         }
       }