]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-top-space.ly
* lily/book.cc (process): bugfix: flip ?: cases.
[lilypond.git] / input / regression / page-top-space.ly
1 \header {
2
3   texidoc = "By setting @code{pagetopspace,} the Y position of the
4 first system can be forced to be uniform."
5
6 }
7 \version "2.7.11"
8
9 \book {
10   \score {
11
12     \relative {
13       c1\break\pageBreak
14       c1\break\pageBreak
15       c1
16       \break\pageBreak
17       \override TextScript #'padding = #20
18       c1^"bla"
19     }
20   }
21
22   \paper {
23     pagetopspace = 3 \cm
24   }
25 }
26