]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-switch-voice.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / lyric-combine-switch-voice.ly
index 798dc13623f821f805c20308df5dc8d2980a390b..4e6fd50bc54bbdd873f400f863f90a5e8e9848df 100644 (file)
@@ -5,18 +5,18 @@ 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
         }
       }