X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-spacing-top-markup-spacing.ly;fp=input%2Fregression%2Fpage-spacing-top-markup-spacing.ly;h=5f52058abff968834c67a1effb98386068e6a4af;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/page-spacing-top-markup-spacing.ly b/input/regression/page-spacing-top-markup-spacing.ly new file mode 100644 index 0000000000..5f52058abf --- /dev/null +++ b/input/regression/page-spacing-top-markup-spacing.ly @@ -0,0 +1,20 @@ +\version "2.14.0" + +#(set-default-paper-size "a6") + +\book { + + \header { + texidoc = "@code{top-markup-spacing} controls the spacing from +the top of the printable area (i.e. the bottom of the top margin) +to a title or markup, when it is the first item on a page." + title = "Title" + } + + \paper { + top-markup-spacing = #'((minimum-distance . 30)) + ragged-bottom = ##t + } + + { c'1 \pageBreak c'1 } +}