]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-system-count.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / page-spacing-system-count.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "Page layout and stretching work with system-count enabled."
5 }
6
7 #(set-default-paper-size "a6")
8
9 \paper {
10   system-count = 2
11   ragged-last-bottom = ##f
12 }
13
14 \book {
15   \score {
16     <<
17       \relative c'' { \repeat unfold 10 c1 }
18       \relative c'' { \repeat unfold 10 c1 }
19       \relative c'' { \repeat unfold 10 c1 }
20     >>
21   }
22 }