]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor fixes to regression tests.
authorJoe Neeman <joeneeman@gmail.com>
Wed, 6 May 2009 22:51:34 +0000 (15:51 -0700)
committerJoe Neeman <joeneeman@gmail.com>
Wed, 6 May 2009 22:51:34 +0000 (15:51 -0700)
input/regression/optimal-page-breaking-hstretch.ly
input/regression/page-breaking-max-systems-per-page.ly

index 3205a976d5b65de086ede256f97b1904a102c311..6e18922dc3084ecc4c5c638921cdc8aabd5e9470 100644 (file)
@@ -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
index 18f420a5323151f9d05d62e83c1afd1590dd878e..490965f82d19d5ccb2ea57df40ffa8b9d94dfec5 100644 (file)
@@ -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"
 }