]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add regtest for tall headers and footers.
authorJoe Neeman <joeneeman@gmail.com>
Mon, 10 Aug 2009 01:54:39 +0000 (11:54 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Mon, 10 Aug 2009 03:31:40 +0000 (13:31 +1000)
input/regression/page-spacing-tall-headfoot.ly [new file with mode: 0644]

diff --git a/input/regression/page-spacing-tall-headfoot.ly b/input/regression/page-spacing-tall-headfoot.ly
new file mode 100644 (file)
index 0000000..c6d03b9
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.13.4"
+
+#(set-default-paper-size "a6")
+
+\book {
+  \header {
+    texidoc = "Both the page breaking and the page layout take account of
+the heights of the header and footer."
+  }
+  \paper {
+    oddHeaderMarkup = \markup { \fill-line { \column { t a l l h e a d e r } } } 
+    oddFooterMarkup = \markup { \fill-line { \column { t a l l f o o t e r } } }
+    evenFooterMarkup = \markup { \fill-line { "small footer" } }
+  }
+
+  \repeat unfold 10 { c'1 \break }
+}
+
+