X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-switch-voice.ly;h=4e6fd50bc54bbdd873f400f863f90a5e8e9848df;hb=f9056caac3bda31437ed004d775fbae14ca61bf3;hp=adc362e02be56753284f7a026b3244bf97bc5e7a;hpb=079be3c9a14d13e594cb1c1924058322a93ca1b5;p=lilypond.git diff --git a/input/regression/lyric-combine-switch-voice.ly b/input/regression/lyric-combine-switch-voice.ly index adc362e02b..4e6fd50bc5 100644 --- a/input/regression/lyric-combine-switch-voice.ly +++ b/input/regression/lyric-combine-switch-voice.ly @@ -5,18 +5,18 @@ if the switch occurs together with context instantiation." } -\version "2.12.0" +\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 } }