X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine-solo.ly;h=621282709e1d063c39ae834e0b8eb44419d2c858;hb=26a079ca2393d053315ef8dbef626c897dc9645a;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..621282709e 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 a' { d4 r8 d8 d8 r8 d8 r8 d2 ~ d2 ~ d4 } +vtwo = \relative g' { g4. g8 r2 g4 r4 r2 g4 } + +\version "2.16.0" + +\paper { ragged-right = ##t } -\score { - << \property Score.skipBars = ##t - \newpartcombine \vone \vtwo - >> -} +<< \set Score.skipBars = ##t + \partcombine \vone \vtwo +>>