From: Joe Neeman Date: Wed, 6 May 2009 22:51:34 +0000 (-0700) Subject: Minor fixes to regression tests. X-Git-Tag: release/2.13.1-1~7^2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1873a9800ba5d981a791729e4b3998f21695e6cd;p=lilypond.git Minor fixes to regression tests. --- diff --git a/input/regression/optimal-page-breaking-hstretch.ly b/input/regression/optimal-page-breaking-hstretch.ly index 3205a976d5..6e18922dc3 100644 --- a/input/regression/optimal-page-breaking-hstretch.ly +++ b/input/regression/optimal-page-breaking-hstretch.ly @@ -1,5 +1,9 @@ \version "2.12.0" +#(set-default-paper-size "a6") + +\book { + \header{ texidoc="The optimal page breaker will stretch the systems horizontally so that the vertical spacing will be @@ -21,4 +25,4 @@ first page should be horizontally stretched. \repeat unfold 5 {a b c d} } - +} \ No newline at end of file diff --git a/input/regression/page-breaking-max-systems-per-page.ly b/input/regression/page-breaking-max-systems-per-page.ly index 18f420a532..490965f82d 100644 --- a/input/regression/page-breaking-max-systems-per-page.ly +++ b/input/regression/page-breaking-max-systems-per-page.ly @@ -3,7 +3,7 @@ \header { texidoc = "The max-systems-per-page variable prevents more than a given number of systems from being on a page. Titles -are not counted as systems. \noPageBreak can override +are not counted as systems. \\noPageBreak can override max-systems-per-page in unusual situations." title = "Title" }