]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove obsolete regression test.
authorJoe Neeman <joeneeman@gmail.com>
Thu, 17 Jun 2010 07:33:26 +0000 (10:33 +0300)
committerJoe Neeman <joeneeman@gmail.com>
Thu, 17 Jun 2010 07:33:26 +0000 (10:33 +0300)
input/regression/page-breaking-page-count-forced-breaks.ly [deleted file]

diff --git a/input/regression/page-breaking-page-count-forced-breaks.ly b/input/regression/page-breaking-page-count-forced-breaks.ly
deleted file mode 100644 (file)
index 1d4174d..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-\version "2.13.23"
-
-#(set-default-paper-size "a6")
-
-\book {
-  \header {
-    texidoc = "When specifying page-count together with manual \pageBreaks,
-page-count must be a list with one more element than the number of
-\pageBreaks and each element refers to the number of pages between the
-appropriate consecutive \pageBreaks."
-  }
-
-  \paper {
-    page-count = #'(1 2)
-  }
-
-  { c'1 c'1 \pageBreak c'1 c'1 c'1}
-}
\ No newline at end of file