X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-switch-voice.ly;h=4e6fd50bc54bbdd873f400f863f90a5e8e9848df;hb=36fba3138858ee42ba3f03e3de0efa1d1f49d147;hp=b0b6d1952e181b123bb79a4f4ffd6cd7f6648cc2;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/input/regression/lyric-combine-switch-voice.ly b/input/regression/lyric-combine-switch-voice.ly index b0b6d1952e..4e6fd50bc5 100644 --- a/input/regression/lyric-combine-switch-voice.ly +++ b/input/regression/lyric-combine-switch-voice.ly @@ -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 } }