X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-spacing-stretchability.ly;h=aa84d35eb59e55ffb2900deae0be007fc679c585;hb=48545ba23847c7a5b8ab42bc2b25b18dcdf39c43;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..aa84d35eb5 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.14.0" #(set-default-paper-size "a6") @@ -11,9 +11,11 @@ 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 +}