]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-switch-voice.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / lyric-combine-switch-voice.ly
index d78a8a86b4ab164f1ec6eb684ea9c3554e37dff9..ccf444b6821cb519507e369938ce8133ff2d7af9 100644 (file)
@@ -5,18 +5,18 @@ if the switch occurs together with context instantiation."
 
 }
 
-\version "2.16.0"
+\version "2.17.15"
 
 <<
-  \relative \new Voice = "lahlah" {
+  \relative c' \new Voice = "lahlah" {
     \set Staff.autoBeaming = ##f
     c4
     <<
       \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
         }
       }