X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-spacing-stretchability.ly;h=b662df5d6638673721a6a360dddb0651cc60e22a;hb=0398fdb9df24ac2e22a8cbff1b3c18ca04e9f221;hp=563a12b426c50ca456a87389da8bfd0f9d45284f;hpb=794dcbdb52faf4292036cd1b0270a956cf4316a3;p=lilypond.git diff --git a/input/regression/page-spacing-stretchability.ly b/input/regression/page-spacing-stretchability.ly index 563a12b426..b662df5d66 100644 --- a/input/regression/page-spacing-stretchability.ly +++ b/input/regression/page-spacing-stretchability.ly @@ -1,4 +1,4 @@ -\version "2.13.2" +\version "2.17.6" #(set-default-paper-size "a6") @@ -11,9 +11,10 @@ between staves." } << - \new Staff {c'1 \pageBreak c'1} - \new Staff \with { \override VerticalAxisGroup #'default-next-staff-spacing #'stretchability = #50 } {c'1 c'1} - - \new Staff {c'1 c'1} + \new Staff { c'1 \pageBreak c'1 } + \new Staff \with { + \override VerticalAxisGroup.default-staff-staff-spacing.stretchability = #50 + } { c'1 c'1 } + \new Staff { c'1 c'1 } >> -} \ No newline at end of file +}