2 #(set-default-paper-size
"a6")
5 texidoc
= "Minimal page breaker: special case when the last system is moved
6 to an other page when there is not enough space because of the tagline."
9 textBox
= \markup \fill-line
{ \override #'(box-padding
. 13) \box Text
}
13 tagline
= \markup \fill-line
{ \override #'(box-padding
. 5) \box Tagline
}
16 #(define page-breaking ly
:minimal-breaking
)