MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / page-spacing-tall-headfoot.ly
blobc6d03b9e6b9658eb55933b3de5be04e6462baf4c
1 \version "2.13.4"
3 #(set-default-paper-size "a6")
5 \book {
6 \header {
7 texidoc = "Both the page breaking and the page layout take account of
8 the heights of the header and footer."
10 \paper {
11 oddHeaderMarkup = \markup { \fill-line { \column { t a l l h e a d e r } } }
12 oddFooterMarkup = \markup { \fill-line { \column { t a l l f o o t e r } } }
13 evenFooterMarkup = \markup { \fill-line { "small footer" } }
16 \repeat unfold 10 { c'1 \break }