X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine-solo.ly;h=75803487a2435e579b5d938b576c4793ccc06cd4;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=be212b8a0d0ea5c70e59c196fb9366331e483e3b;hpb=a736b537c32e3b07a22ebedf3eacfeb46c57be25;p=lilypond.git diff --git a/input/regression/part-combine-solo.ly b/input/regression/part-combine-solo.ly index be212b8a0d..75803487a2 100644 --- a/input/regression/part-combine-solo.ly +++ b/input/regression/part-combine-solo.ly @@ -14,13 +14,15 @@ Solo 1/2 can not be used when a spanner is active, so there is no solo " } -vone = \notes \relative a' { g4 r8 g8 g8 r8 g8 r8 g2 ~ g2 ~ g4 } -vtwo = \notes \relative g' { e4. e8 r2 e4 r4 r2 e4 } +vone = \relative { d''4 r8 d8 d8 r8 d8 r8 d2 ~ 2 ~ 4 } +vtwo = \relative { g'4. g8 r2 g4 r4 r2 g4 } + +\version "2.19.21" + +\paper { ragged-right = ##t } -\score { - << \property Score.skipBars = ##t - \newpartcombine \vone \vtwo - >> -} +<< \set Score.skipBars = ##t + \partcombine \vone \vtwo +>>