MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / page-spacing-nonstaff-lines-header-padding.ly
blob924723de696e3e56bdb328f690eccf532fb9c2c3
1 \version "2.13.42"
3 \header {
4 texidoc = "Padding from the header and footer is measured to the
5 first non-staff line, whether or not it is spaceable."
8 #(set-default-paper-size "a6")
10 \book {
11 \paper {
12 top-system-spacing = #'((basic-distance . 1) (padding . 10))
13 last-bottom-spacing = #'((basic-distance . 1) (padding . 10))
14 annotate-spacing = ##t
15 ragged-last-bottom = ##f
18 \score {
20 \new Lyrics \with { \override VerticalAxisGroup #'staff-affinity = #DOWN } \lyricmode { foo }
21 \new Lyrics \with { \override VerticalAxisGroup #'staff-affinity = #DOWN } \lyricmode { foo }
22 \new Lyrics \with { \override VerticalAxisGroup #'staff-affinity = #DOWN } \lyricmode { foo }
23 \new Lyrics \with { \override VerticalAxisGroup #'staff-affinity = #DOWN } \lyricmode { foo }
24 \new Staff { c'1 }
25 \new Staff { c'1 }
26 \new Lyrics \lyricmode { foo }
27 \new Lyrics \lyricmode { foo }
28 \new Lyrics \lyricmode { foo }
29 \new Lyrics \lyricmode { foo }