]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-system-count.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / input / regression / page-spacing-system-count.ly
1 \version "2.13.4"
2
3 \header {
4   texidoc = "Page layout and stretching work with system-cound 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 }