]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/between-systems.ly
e5d3577845f7e95bad4901ab6626a50aa1637658
[lilypond.git] / input / regression / between-systems.ly
1 \header{
2 texidoc="
3 The same mechanism can be  used  to force pagebreaks.
4 ";
5 }
6
7
8 % In reality, you'd use #"\\newpage" instead of "(pagebreak)", of course.
9
10 \score {
11 \notes { c1
12
13         \context Score \outputproperty #(make-type-checker 'paper-column-interface)
14                 #'between-system-string = #"(pagebreak)\n\n"
15         \break
16
17 c1 }
18
19 }