X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine-cross.ly;h=e3369c920230720878ccdfdcef96b1cd22b93c4e;hb=fde25b0f9856d77b49571ed0d5ca9c5a5fd4c283;hp=5565a8899250898eef1c796efa51214626711445;hpb=d20e6f3542b828f647ee06f4a0b27714280784e6;p=lilypond.git diff --git a/input/regression/part-combine-cross.ly b/input/regression/part-combine-cross.ly index 5565a88992..e3369c9202 100644 --- a/input/regression/part-combine-cross.ly +++ b/input/regression/part-combine-cross.ly @@ -4,13 +4,11 @@ " } -\version "2.1.36" +\version "2.10.0" -vone = \notes \relative a' { g4 g f f e e d d } -vtwo = \notes \relative a' { e4 e f f g g a a } +vone = \relative a' { g4 g f f e e d d } +vtwo = \relative a' { e4 e f f g g a a } +\layout { ragged-right = ##t } -\score { - \partcombine \vone \vtwo - \paper { raggedright = ##t } -} +\partcombine \vone \vtwo