]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-switch-voice.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / lyric-combine-switch-voice.ly
index b0b6d1952e181b123bb79a4f4ffd6cd7f6648cc2..4e6fd50bc54bbdd873f400f863f90a5e8e9848df 100644 (file)
@@ -1,22 +1,22 @@
 \header {
 
-  texidoc = "Switching melody to a different voice works even
-the switch occurs together with context instantiation."
+  texidoc = "Switching the melody to a different voice works even
+if the switch occurs together with context instantiation."
 
 }
 
-\version "2.10.8"
+\version "2.19.21"
 
 <<
   \relative \new Voice = "lahlah" {
     \set Staff.autoBeaming = ##f
-    c4
+    c'4
     <<
       \new Voice = "alternative" {
         \voiceOne
-        \times 2/3 {
+        \tuplet 3/2 {
          %% show associations clearly.
-          \override NoteColumn #'force-hshift = #-3
+          \override NoteColumn.force-hshift = #-3
           r8 f g
         }
       }