]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-break-between-scores.ly
Add regression test
[lilypond.git] / input / regression / page-break-between-scores.ly
1 \version "2.11.19"
2
3 \header {
4   texidoc = "Page breaks work when they are placed at the end of a score."
5 }
6
7 #(set-default-paper-size "a6")
8 \book {
9   \score {
10     {a b c' d' \pageBreak}
11   }
12   \score {
13     {a b c' d'}
14   }
15 }