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