X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine-solo.ly;h=304589e4bad55a4507f12b224e4e37580522e3ea;hb=9a7dfb0f5156e52dd4c4ad158abad29f165220e9;hp=ed08c13f4f7e233ac169e120142a073605baab8f;hpb=0b132b9108551e78a3152663a2750ad095154b9f;p=lilypond.git diff --git a/input/regression/part-combine-solo.ly b/input/regression/part-combine-solo.ly index ed08c13f4f..304589e4ba 100644 --- a/input/regression/part-combine-solo.ly +++ b/input/regression/part-combine-solo.ly @@ -14,14 +14,14 @@ Solo 1/2 can not be used when a spanner is active, so there is no solo " } -vone = \notes \relative a' { d4 r8 d8 d8 r8 d8 r8 d2 ~ d2 ~ d4 } -vtwo = \notes \relative g' { g4. g8 r2 g4 r4 r2 g4 } +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.1.18" +\version "2.4.0" \score { - << \property Score.skipBars = ##t + << \set Score.skipBars = ##t \partcombine \vone \vtwo >> }