1\version "2.19.21"
2
3\header {
4  texidoc = "Setting individual nested paper properties does not
5remove existing settings or break spacing annotation."
6}
7
8\book {
9  \paper {
10    annotate-spacing = ##t
11    system-system-spacing = #'((basic-distance . 12) (minimum-distance . 8))
12    system-system-spacing.padding = #1
13  }
14  \relative {
15    \repeat unfold 10 { a4 d e f }
16  }
17}
18