]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-tall-headfoot.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / page-spacing-tall-headfoot.ly
1 \version "2.16.0"
2
3 #(set-default-paper-size "a6")
4
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."
9   }
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" } }
14   }
15
16   \repeat unfold 10 { c'1 \break }
17 }
18
19