From 404151b1b3aaaa589539e5acbab8f026a1906d05 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Wed, 6 May 2009 15:51:34 -0700 Subject: [PATCH] Minor fixes to regression tests. --- input/regression/optimal-page-breaking-hstretch.ly | 6 +++++- input/regression/page-breaking-max-systems-per-page.ly | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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" } -- 2.11.4.GIT